[arch-commits] Commit in create_ap/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:18:38 UTC 2018


    Date: Friday, November 9, 2018 @ 23:18:38
  Author: felixonmars
Revision: 405237

archrelease: copy trunk to community-staging-any

Added:
  create_ap/repos/community-staging-any/
  create_ap/repos/community-staging-any/PKGBUILD
    (from rev 405236, create_ap/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: create_ap/repos/community-staging-any/PKGBUILD (from rev 405236, create_ap/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 23:18:38 UTC (rev 405237)
@@ -0,0 +1,25 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Xiaoxiao Pu <i at xiaoxiao.im>
+
+pkgname=create_ap
+pkgver=0.4.6
+pkgrel=2
+pkgdesc="A shell script to create a NATed/Bridged Software Access Point"
+arch=('any')
+url="https://github.com/oblique/create_ap"
+license=('BSD')
+depends=('bash' 'hostapd' 'iproute2' 'iw' 'dnsmasq'
+         'iptables' 'util-linux' 'procps-ng')
+optdepends=('haveged: boost low entropy')
+backup=('etc/create_ap.conf')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/oblique/${pkgname}/archive/v${pkgver}.tar.gz"
+"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/oblique/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig")
+sha512sums=('38100296a87eb8f5a29b7e3eff618cd2518859b5a3e24a08058b3839149b159a81a3f12976d1217d5798708bbc5e44dfaceab2f4e636339cdf8a5c0f5c06bd2d'
+            'SKIP')
+validpgpkeys=('B45B5508C1D79EAE40CA6C8A3532E98C712BFD5C')
+
+package() {
+    make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+    install -Dm 644 "${pkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list