void-packages/srcpkgs/trayer-srg/template
2015-05-17 15:57:55 +02:00

22 lines
648 B
Bash

# Template file for 'trayer-srg'
pkgname=trayer-srg
version=1.1.6
revision=2
wrksrc="trayer-srg-trayer-${version}"
build_style=gnu-makefile
make_build_args="DEVEL=nostrip"
hostmakedepends="pkg-config"
makedepends="gtk+-devel libXmu-devel"
short_desc="Lightweight GTK2-based systray (srg fork)"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="MIT"
homepage="https://github.com/sargon/trayer-srg/"
distfiles="https://github.com/sargon/trayer-srg/archive/trayer-${version}.tar.gz"
checksum=998a6db7eb7ec735ecff752c6c6ed94e9e579e2264013599136ee4e1c5dc7f34
do_install() {
vbin trayer
vman man/trayer.1
vlicense COPYING LICENSE
}