19 lines
670 B
Bash
19 lines
670 B
Bash
# Template file for 'kupfer'
|
|
pkgname=kupfer
|
|
version=208
|
|
revision=3
|
|
patch_args="-Np1"
|
|
build_style=waf
|
|
hostmakedepends="perl intltool"
|
|
makedepends="python python-gobject2 pygtk python-xdg python-dbus python-keybinder2"
|
|
depends="$makedepends"
|
|
short_desc="Interface for quick and convenient access to applications"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://engla.github.io/kupfer/"
|
|
distfiles="https://github.com/downloads/engla/kupfer/kupfer-v${version}.tar.xz"
|
|
checksum=65de8fe23e4b91a25910969ae11f32a98ed44714a460c64dfc71a85d20289c04
|
|
wrksrc=${pkgname}-v${version}
|
|
noarch=yes
|
|
configure_args="--no-update-mime
|
|
--no-update-icon-cache"
|