badvpn: fix license, add changelog
This commit is contained in:
parent
33170aa31a
commit
4dcc0736a6
1 changed files with 8 additions and 3 deletions
|
@ -1,16 +1,21 @@
|
||||||
# Template file for 'badvpn'
|
# Template file for 'badvpn'
|
||||||
pkgname=badvpn
|
pkgname=badvpn
|
||||||
version=1.999.130
|
version=1.999.130
|
||||||
revision=13
|
revision=14
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel nspr-devel nss-devel"
|
makedepends="openssl-devel nspr-devel nss-devel"
|
||||||
short_desc="Peer-to-peer VPN system"
|
short_desc="Peer-to-peer VPN system"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/ambrop72/$pkgname"
|
homepage="https://github.com/ambrop72/badvpn"
|
||||||
|
changelog="https://raw.githubusercontent.com/ambrop72/badvpn/master/ChangeLog"
|
||||||
distfiles="https://github.com/ambrop72/$pkgname/archive/${version}.tar.gz"
|
distfiles="https://github.com/ambrop72/$pkgname/archive/${version}.tar.gz"
|
||||||
checksum=bfd4bbfebd7274bcec792558c9a2fd60e39cd92e04673825ade5d04154766109
|
checksum=bfd4bbfebd7274bcec792558c9a2fd60e39cd92e04673825ade5d04154766109
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) configure_args="-DBUILD_NCD=0" ;;
|
*-musl) configure_args="-DBUILD_NCD=0" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue