mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
cv, progress: rename to progress, update to 0.8
This commit is contained in:
parent
3625d1dfd7
commit
4d705dd804
2 changed files with 22 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
# Template file for 'cv'
|
|
||||||
pkgname=cv
|
|
||||||
version=0.7.1
|
|
||||||
revision=1
|
|
||||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
|
||||||
makedepends="ncurses-devel"
|
|
||||||
license="GPL-3"
|
|
||||||
homepage="https://github.com/Xfennec/cv"
|
|
||||||
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=c8ab81b09f6026cbfdc94c9453d4a0fad7ea5e1e34efd1c1559f88f7398cf4ee
|
|
||||||
|
|
||||||
do_build() {
|
|
||||||
$CC $CFLAGS -D_FILE_OFFSET_BITS=64 cv.c sizes.c hlist.c -o cv -lncurses -lm
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vbin cv
|
|
||||||
vman cv.1
|
|
||||||
}
|
|
22
srcpkgs/progress/template
Normal file
22
srcpkgs/progress/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for progress'
|
||||||
|
pkgname=progress
|
||||||
|
version=0.8
|
||||||
|
revision=1
|
||||||
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
|
makedepends="ncurses-devel"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://github.com/Xfennec/progress"
|
||||||
|
short_desc="Tool for showing the progress of cp, rm, dd and more"
|
||||||
|
distfiles="https://github.com/Xfennec/progress/archive/v${version}.tar.gz"
|
||||||
|
checksum=52ad6d805eb9826de297ba495cfde3df1deb6288f97ff67e7f93431efa006d34
|
||||||
|
provides="cv-${version}_${revision}"
|
||||||
|
replaces="cv>=0"
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
$CC $CFLAGS -D_FILE_OFFSET_BITS=64 progress.c sizes.c hlist.c -o progress -lncurses -lm
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin progress
|
||||||
|
vman progress.1
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue