Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / badvpn
Commits:
814a3458 by Erwin-Iosef at 2025-10-28T11:43:03+05:30
Fix license to BSD-3 and fix dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,8 +4,11 @@ pkgbase = badvpn
pkgrel = 8
url = https://github.com/ambrop72/badvpn
arch = x86_64
- license = GPL
+ license = BSD-3-Clause
makedepends = cmake
+ depends = gcc-libs
+ depends = glibc
+ depends = nspr
depends = nss
depends = openssl
depends = iproute2
=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@ pkgrel=8
pkgdesc="Peer-to-peer VPN system, and NCD, a programming language for network
interface configuration"
arch=('x86_64')
url="https://github.com/ambrop72/badvpn"
-license=('GPL')
-depends=('nss' 'openssl' 'iproute2')
+license=('BSD-3-Clause')
+depends=('gcc-libs' 'glibc' 'nspr' 'nss' 'openssl' 'iproute2')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ambrop72/badvpn/archive/$pkgver.tar.gz"
'badvpn-udpgw.service'
@@ -37,4 +37,5 @@ package() {
install -Dm644 "$srcdir"/badvpn-udpgw.service
"$pkgdir"/usr/lib/systemd/system/badvpn-udpgw.service
install -Dm644 "$srcdir"/badvpn-ncd.service
"$pkgdir"/usr/lib/systemd/system/badvpn-ncd.service
install -Dm644 "$srcdir"/badvpn-ncd.conf.d "$pkgdir"/etc/conf.d/badvpn-ncd
+ install -Dm644 COPYING "$pkgdir"/usr/share/licenses/badvpn/LICENSE
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/badvpn/-/commit/814a3458a57faffafb5a6e5450061628f92f9e0f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/badvpn/-/commit/814a3458a57faffafb5a6e5450061628f92f9e0f
You're receiving this email because of your account on gitlab.archlinux.org.