|
3 | 3 | pkgname=pia-tools-orig |
4 | 4 | pkgver=0.9.8.0 |
5 | 5 | pkgrel=1 |
6 | | -pkgdesc='OpenVPN hook for privateinternetaccess.com' |
7 | | -arch=('any') |
8 | | -url='https://github.com/pschmitt/pia-tools' |
9 | | -license=('GPL3') |
10 | | -depends=('transmission-cli' 'bind-tools' 'openvpn' 'systemd' 'sudo' 'wget' 'ufw' 'unzip' 'sed') |
11 | | -source=('https://raw.github.com/pschmitt/pia-tools/master/pia-tools' |
12 | | - 'https://raw.github.com/pschmitt/pia-tools/master/pia-tools.groff' |
13 | | - 'https://raw.github.com/pschmitt/pia-tools/master/pia@.service' |
14 | | - 'https://raw.github.com/pschmitt/pia-tools/master/pia_common' |
15 | | - 'https://raw.github.com/pschmitt/pia-tools/master/pia-up' |
16 | | - 'https://raw.github.com/pschmitt/pia-tools/master/pia-down' |
17 | | - 'https://raw.github.com/pschmitt/pia-tools/master/pia-tools.install' |
18 | | - 'https://raw.github.com/pschmitt/pia-tools/master/pia-tools-update.service' |
19 | | - 'https://raw.github.com/pschmitt/pia-tools/master/pia-tools-update.timer') |
20 | | -sha256sums=('cbf5002c50e084b847375cb78df0fb1b694e830657711d58b48ef8b0bee09aec' |
21 | | - '22a34cb38e02ee1ed32e5697bc507df074629cbf5f1f7290a72e2c947cf611eb' |
22 | | - '118d961db36fb243e059543215a818d1546ec94e8d52b24c75b7de6fe64ba749' |
23 | | - 'b571a8edbd9cb2a9ad63fadf360f64d4f80e291295f6c851b3a716c291ba3f8d' |
24 | | - '063ee23a9c98e728168affb8056cda201fb02ede2bd29dfe2b768ce834b35e7c' |
25 | | - '12299e53b5024084c73e604132db3a10b6e91763d90d484cabdd1985a17cf733' |
26 | | - 'a7e82a1589406477898adee768d17c0270c8bcf341ae72be823095331c4e99c5' |
27 | | - '9c85077075dc9192109abb9736f5905721574ce3b902f6d709afc6e262c8ed29' |
28 | | - 'dee96c9e2a3f8d447d1d8aafbb1fc10fcd124e89239f1078311d5ce2c963359f') |
29 | | -install="pia-tools.install" |
| 6 | +pkgdesc="OpenVPN hook for privateinternetaccess.com" |
| 7 | +arch=("any") |
| 8 | +url="https://github.com/pschmitt/pia-tools-orig" |
| 9 | +license=("GPL3") |
| 10 | +depends=("transmission-cli" "bind-tools" "openvpn" "systemd" "sudo" "wget" "ufw" "unzip" "sed") |
| 11 | +source=("pia-tools-$pkgver.tar.gz::https://github.com/pschmitt/pia-tools/archive/$pkgver.tar.gz") |
| 12 | +sha256sums=('39f937480bcd88ef84a69d3855332ec4d51fd483d22f73782d9e3d36af3cad59') |
| 13 | +install="${pkgname}.install" |
30 | 14 |
|
31 | 15 | package() { |
32 | | - cd "${srcdir}" |
| 16 | + cd "$pkgname-$pkgver" |
33 | 17 | install -Dm755 pia-tools "${pkgdir}/usr/bin/pia-tools" |
34 | 18 | install -Dm644 pia-tools.groff "${pkgdir}/usr/share/man/man1/pia-tools.1" |
35 | 19 | install -Dm644 pia@.service "${pkgdir}/usr/lib/systemd/system/pia@.service" |
|
0 commit comments