mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
parent
e90cd4c352
commit
e8ee3218e3
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'unzip'
|
# Template file for 'unzip'
|
||||||
pkgname=unzip
|
pkgname=unzip
|
||||||
version=6.0
|
version=6.0
|
||||||
revision=9
|
revision=10
|
||||||
makedepends="bzip2-devel"
|
makedepends="bzip2-devel"
|
||||||
wrksrc=unzip60
|
wrksrc=unzip60
|
||||||
short_desc="List, test and extract compressed files in a ZIP archive"
|
short_desc="List, test and extract compressed files in a ZIP archive"
|
||||||
|
@ -28,4 +28,6 @@ do_install() {
|
||||||
|
|
||||||
vmkdir usr/share
|
vmkdir usr/share
|
||||||
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
|
||||||
|
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue