New package: triggerhappy-0.5.0
This commit is contained in:
parent
c264c0458d
commit
62e17b3ad6
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'triggerhappy'
|
||||||
|
pkgname=triggerhappy
|
||||||
|
version=0.5.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-release-${version}"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="pkg-config perl"
|
||||||
|
short_desc="Lightweight hotkey daemon"
|
||||||
|
maintainer="Evgeni Dobrev <evgeni@studio-punkt.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://github.com/wertarbyte/triggerhappy"
|
||||||
|
distfiles="https://github.com/wertarbyte/triggerhappy/archive/release/${version}.tar.gz"
|
||||||
|
checksum=af0fc196202f2d35153be401769a9ad9107b5b6387146cfa8895ae9cafad631c
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
vsed -i 's/sbin/bin/g' Makefile
|
||||||
|
}
|
Loading…
Reference in New Issue