void-packages/srcpkgs/bsdunzip/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

16 lines
500 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="Orphaned <orphan@voidlinux.org>"
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
}