21 lines
819 B
Bash
21 lines
819 B
Bash
# Template file for 'ulauncher'
|
|
pkgname=ulauncher
|
|
version=5.15.7
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-distutils-extra intltool python3-Levenshtein
|
|
python3-dbus python3-gobject python3-inotify python3-websocket-client
|
|
python3-xdg"
|
|
depends="libayatana-appindicator libkeybinder3 python3-Levenshtein python3-dbus
|
|
python3-gobject python3-inotify python3-websocket-client python3-xdg libwebkit2gtk41"
|
|
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}/ulauncher_${version}.tar.gz"
|
|
checksum=6203b0dc6cb2fe8f2aa2b5809c0950ac06766539f23f73da80bb36424760efcf
|
|
|
|
pre_build() {
|
|
export DISPLAY=
|
|
}
|