cv: update to 0.6

This commit is contained in:
Dominik Honnef 2014-12-28 02:08:00 +01:00
parent f1cc3a6beb
commit ddba9b6abf

View file

@ -1,14 +1,14 @@
# Template file for 'cv'
pkgname=cv
version=0.5.1
version=0.6
revision=1
maintainer="Dominik Honnef <dominik@honnef.co>"
makedepends="ncurses-devel"
license="GPL-3"
homepage="https://github.com/Xfennec/cv"
short_desc="coreutils viewer"
short_desc="Tool for showing the progress of cp, rm, dd and more"
distfiles="https://github.com/Xfennec/cv/archive/v${version}.tar.gz"
checksum=d390a26a8db78366be8dfee93819135a106610ba7e3f6d94515c84d5803195d4
checksum=4291ab2f0c507df9eb694bf956ed65dc12bae3c492b795235142b5b87e2e2239
do_build() {
$CC $CFLAGS -D_FILE_OFFSET_BITS=64 cv.c sizes.c hlist.c -o cv -lncurses -lm