libfetch: ship LICENSE, fix distfiles

This commit is contained in:
Đoàn Trần Công Danh 2020-11-28 04:35:23 +07:00
parent 3fd1be5187
commit 044c00099f

View file

@ -1,18 +1,23 @@
# Template file for 'libfetch'
pkgname=libfetch
version=2.34
revision=21
revision=22
build_style=gnu-makefile
makedepends="libressl-devel"
short_desc="File Transfer Library for URLs"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://www.NetBSD.org"
distfiles="http://distfiles.voidlinux.de/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
homepage="https://www.NetBSD.org"
distfiles="https://distfiles.voidlinux.de/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
checksum=4e6d4541f213c9ab42ea94d49c2573f0a6f54b04f14668530960f1424b04f722
do_build() {
make CC=$CC
sed -n '/Copyright/,/SUCH DAMAGE/p' fetch.c >LICENSE
}
post_install() {
vlicense LICENSE
}
libfetch-devel_package() {