Skip to content

Commit

Permalink
bsdunzip: add bsdunzip as an unzip alternative.
Browse files Browse the repository at this point in the history
  • Loading branch information
travankor committed Dec 26, 2019
1 parent 3c03039 commit a0d560b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion srcpkgs/bsdunzip/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'bsdunzip'
pkgname=bsdunzip
version=20160115
revision=1
revision=2
build_style=gnu-makefile
makedepends="libarchive-devel"
short_desc="Libarchive(3)-utilizing unzip implementation from FreeBSD"
Expand All @@ -11,6 +11,10 @@ homepage="https://github.com/somasis/bsdunzip"
distfiles="https://github.com/somasis/bsdunzip/archive/${version}.tar.gz"
checksum=06c52c77fa518732665aa2daa73f364cd2470a5d47a83c9c79f86f207cf3ecc1

alternatives="
unzip:unzip:/usr/bin/bsdunzip
unzip:unzip.1:/usr/share/man/man1/bsdunzip.1"

post_install() {
vlicense LICENSE
}

0 comments on commit a0d560b

Please sign in to comment.