mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
ouch: rebuild for bzip2
This commit is contained in:
parent
1782b7de4c
commit
d9fed8f4f8
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'ouch'
|
# Template file for 'ouch'
|
||||||
pkgname=ouch
|
pkgname=ouch
|
||||||
version=0.4.1
|
version=0.4.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
makedepends="liblzma-devel bzip2-devel libzip-devel"
|
makedepends="liblzma-devel bzip2-devel libzip-devel"
|
||||||
short_desc="CLI utility for easily compressing and decompressing files and dirs"
|
short_desc="CLI utility for easily compressing and decompressing files and dirs"
|
||||||
maintainer="Savoy <savoy@liberation.red>"
|
maintainer="Savoy <savoy@liberation.red>"
|
||||||
|
@ -24,5 +25,4 @@ post_install() {
|
||||||
for page in artifacts/*.1; do
|
for page in artifacts/*.1; do
|
||||||
vman ${page}
|
vman ${page}
|
||||||
done
|
done
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue