21 lines
818 B
Bash
21 lines
818 B
Bash
# Template file for 'ulauncher'
|
|
pkgname=ulauncher
|
|
version=5.14.3
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-distutils-extra intltool python3-Levenshtein
|
|
python3-dbus python3-gobject python3-inotify python3-websocket-client
|
|
python3-xdg"
|
|
depends="libappindicator>=12.10.0_2 libkeybinder3 python3-Levenshtein python3-dbus
|
|
python3-gobject python3-inotify python3-websocket-client python3-xdg webkit2gtk"
|
|
short_desc="Linux application launcher with fuzzy search and extensions"
|
|
maintainer="Alberto Pau <me@albertopau.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://ulauncher.io/"
|
|
distfiles="https://github.com/Ulauncher/Ulauncher/releases/download/${version}/${pkgname}_${version}.tar.gz"
|
|
checksum=8bd2d419dada1513b1b32c898c134f3cf5975e5ba97a5812645be153f554e8b9
|
|
|
|
pre_build() {
|
|
export DISPLAY=
|
|
}
|