From 4dcc0736a6f4018da3d820a68302d1852107266d Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Thu, 25 Mar 2021 12:54:23 -0700 Subject: [PATCH] badvpn: fix license, add changelog --- srcpkgs/badvpn/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/badvpn/template b/srcpkgs/badvpn/template index 3b35580d8b3..048186d81cf 100644 --- a/srcpkgs/badvpn/template +++ b/srcpkgs/badvpn/template @@ -1,16 +1,21 @@ # Template file for 'badvpn' pkgname=badvpn version=1.999.130 -revision=13 +revision=14 build_style=cmake hostmakedepends="pkg-config" makedepends="openssl-devel nspr-devel nss-devel" short_desc="Peer-to-peer VPN system" maintainer="Enno Boland " -license="BSD" -homepage="https://github.com/ambrop72/$pkgname" +license="BSD-3-Clause" +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" checksum=bfd4bbfebd7274bcec792558c9a2fd60e39cd92e04673825ade5d04154766109 case "$XBPS_TARGET_MACHINE" in *-musl) configure_args="-DBUILD_NCD=0" ;; esac + +post_install() { + vlicense COPYING +}