summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57b910bb63c3..1a7943557b01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = rait
pkgrel = 1
url = https://gitlab.com/NickCao/RAIT
arch = x86_64
- license = custom
+ license = Apache
makedepends = go
depends = glibc
optdepends = babeld: Dynamic routing daemon
diff --git a/PKGBUILD b/PKGBUILD
index 671a1b4aac0f..74be1a634a3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ epoch=
pkgdesc="Redundant Array of Inexpensive Tunnels"
arch=(x86_64)
url="https://gitlab.com/NickCao/RAIT"
-license=('custom')
+license=('Apache')
groups=()
depends=(glibc)
makedepends=(go)
@@ -52,8 +52,6 @@ check() {
package() {
cd "RAIT-v$pkgver"
install -Dm755 build "$pkgdir"/usr/bin/$pkgname
- mkdir -p "$pkgdir"/usr/share/licenses/$pkgname/
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/license
cd ..
mkdir -p "$pkgdir"/usr/lib/systemd/system/
install -Dm644 rait.service "$pkgdir"/usr/lib/systemd/system/