void-packages/srcpkgs/beep/template

19 lines
460 B
Bash
Raw Normal View History

2015-04-29 00:56:43 +00:00
# Template file for 'beep'
pkgname=beep
version=1.3
2015-08-18 09:09:18 +00:00
revision=2
2015-04-29 00:56:43 +00:00
build_style=gnu-makefile
short_desc="Beep music composer"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
depends="libcap-progs"
homepage="http://www.johnath.com/beep/"
distfiles="http://www.johnath.com/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=59acef7a987de5557cefd1a904666cc2691f132929af39e65450b182a581ec2d
do_install() {
vbin beep
gunzip beep.1.gz
vman beep.1
}