New package: cv-0.3

This commit is contained in:
Dominik Honnef 2014-07-12 17:22:16 +02:00
parent 85a0d8034e
commit 433e27f64d
1 changed files with 18 additions and 0 deletions

18
srcpkgs/cv/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'cv'
pkgname=cv
version=0.3
revision=1
maintainer="Dominik Honnef <dominik@honnef.co>"
license="GPL-3"
homepage="https://github.com/Xfennec/cv"
short_desc="coreutils viewer"
distfiles="https://github.com/Xfennec/cv/archive/v${version}.tar.gz"
checksum=3bca828c80cebb42a3e4fad26c15e47c70e65efb103bd0b9149b8ff704ae1117
do_build() {
$CC cv.c sizes.c -o cv
}
do_install() {
vbin cv
}