19 lines
798 B
Bash
19 lines
798 B
Bash
# Template file for 'kupfer'
|
|
pkgname=kupfer
|
|
version=321
|
|
revision=1
|
|
wrksrc="${pkgname}-v${version}"
|
|
build_style=waf3
|
|
pycompile_dirs="usr/share/kupfer/kupfer"
|
|
configure_args="--no-update-mime --no-update-icon-cache"
|
|
hostmakedepends="intltool python3-docutils python3-gobject python3-xdg
|
|
python3-dbus gtk+3"
|
|
makedepends="libkeybinder3 libwnck python3-gobject python3-xdg python3-dbus"
|
|
depends="$makedepends"
|
|
short_desc="Interface for quick and convenient access to applications"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://kupferlauncher.github.io/"
|
|
distfiles="https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.bz2"
|
|
checksum=8781a43acd703ab1fe5641ee28edca47a58e174367ca9bffd37bf637cc954f59
|
|
python_version=3
|