blob: 70f4d6e777a1ff7ba3106275b26b0a29f88086de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= albert
DISTVERSIONPREFIX=v
DISTVERSION= 0.20.5
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= jsm@FreeBSD.org
COMMENT= Albert a keyboard launcher
WWW= https://github.com/albertlauncher/albert
LICENSE= GPLv3
BUILD_DEPENDS= pybind11>=2.4.3:devel/pybind11
LIB_DEPENDS= libmuparser.so:math/muparser \
libqalculate.so:math/libqalculate
RUN_DEPENDS= play:audio/sox
USES= cmake compiler:c++20-lang gl localbase:ldflags pkgconfig python:3.7+ qt:6 xorg
USE_GL= gl opengl
USE_QT= base declarative scxml svg
USE_XORG=x11 xext sm ice
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= albertlauncher
GH_TUPLE= albertlauncher:plugins:5a4611e31b41ab3ae638252116c72e2a7050a2cc:plugins/plugins \
albertlauncher:python:6f734c7586c3889796846618fc9d8edb1a1ea386:python/plugins/python/plugins \
skycoder42:QHotkey:34330d6ff5d2ca111c376f6d7da66be9d1817430:QHotkey/lib/QHotkey
.include <bsd.port.mk>
|