Initial package release - v1.0.0
This commit is contained in:
13
.SRCINFO
Normal file
13
.SRCINFO
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
pkgbase = nordvpn-gui
|
||||||
|
pkgdesc = GUI for NordVPN
|
||||||
|
pkgver = 1.0.0
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://nordvpn.com
|
||||||
|
arch = x86_64
|
||||||
|
license = GPL-2.0-or-later
|
||||||
|
depends = nordvpn
|
||||||
|
options = !debug
|
||||||
|
source = https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn-gui/nordvpn-gui_1.0.0_amd64.deb
|
||||||
|
sha256sums = 25303dac58d53a48314aab371761c5112d0670ac8b967219afc0e7813ac76b14
|
||||||
|
|
||||||
|
pkgname = nordvpn-gui
|
||||||
23
PKGBUILD
Normal file
23
PKGBUILD
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Maintainer: gfrank227 [at] gmail [dot] com
|
||||||
|
pkgname=nordvpn-gui
|
||||||
|
pkgver=1.0.0
|
||||||
|
pkgrel=1
|
||||||
|
arch=('x86_64')
|
||||||
|
pkgdesc='GUI for NordVPN'
|
||||||
|
url='https://nordvpn.com'
|
||||||
|
license=('GPL-2.0-or-later')
|
||||||
|
depends=('nordvpn')
|
||||||
|
options=('!debug')
|
||||||
|
source=("https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/n/nordvpn-gui/nordvpn-gui_1.0.0_amd64.deb")
|
||||||
|
sha256sums=('25303dac58d53a48314aab371761c5112d0670ac8b967219afc0e7813ac76b14')
|
||||||
|
prepare() {
|
||||||
|
ar xv nordvpn-gui_1.0.0_amd64.deb
|
||||||
|
tar -xvzf data.tar.gz
|
||||||
|
|
||||||
|
}
|
||||||
|
package() {
|
||||||
|
cp -rf $srcdir/opt $pkgdir/opt
|
||||||
|
cp -rf $srcdir/usr $pkgdir/usr
|
||||||
|
install -dm755 $pkgdir/usr/bin
|
||||||
|
ln -s /opt/nordvpn-gui/nordvpn-gui $pkgdir/usr/bin/nordvpn-gui
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user