void-packages/srcpkgs/bsdunzip/template
maxice8 a435ce1bf0 New package: bsdunzip-20160115.
Closes: #10836 [via git-merge-pr]
2018-01-16 05:03:09 +01:00

17 lines
503 B
Bash

# Template file for 'bsdunzip'
pkgname=bsdunzip
version=20160115
revision=1
build_style=gnu-makefile
makedepends="libarchive-devel"
short_desc="Libarchive(3)-utilizing unzip implementation from FreeBSD"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="BSD, ISC"
homepage="https://github.com/somasis/bsdunzip"
distfiles="https://github.com/somasis/bsdunzip/archive/${version}.tar.gz"
checksum=06c52c77fa518732665aa2daa73f364cd2470a5d47a83c9c79f86f207cf3ecc1
post_install() {
vlicense LICENSE
}