New package: xidle-6.3
This commit is contained in:
parent
ba0ef3b98c
commit
ec6d317493
1 changed files with 20 additions and 0 deletions
20
srcpkgs/xidle/template
Normal file
20
srcpkgs/xidle/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'xidle'
|
||||
pkgname=xidle
|
||||
version=6.3
|
||||
revision=1
|
||||
wrksrc="${pkgname}-linux-${version}"
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libXScrnSaver-devel"
|
||||
short_desc="Run a program on X inactivity"
|
||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/steinex/xidle-linux"
|
||||
distfiles="https://github.com/steinex/xidle-linux/archive/${version}.tar.gz"
|
||||
checksum=f17a99fafb658d467fdbc4001809fa133b52ce0193ac895e6fa9501045ec8218
|
||||
|
||||
pre_build() {
|
||||
sed -n '3,25p' < xidle.c > LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue