void-packages/srcpkgs/kupfer/template
maxice8 96c14555cd kupfer: update to 319.
Closes: #12106 [via git-merge-pr]
2018-03-06 22:22:45 -08:00

21 lines
760 B
Bash

# Template file for 'kupfer'
pkgname=kupfer
version=319
revision=1
wrksrc=${pkgname}-v${version}
configure_args="--no-update-mime --no-update-icon-cache"
build_style=waf
hostmakedepends="perl intltool"
makedepends="python3 python3-gobject pygtk python3-xdg python3-dbus"
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/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.xz"
checksum=22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31
noarch=yes
post_install() {
sed -i 's|/usr/bin/python|/usr/bin/python3|g' "${DESTDIR}"/usr/bin/kupfer
}