[arch-commits] Commit in minieap/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 14:11:24 UTC 2020


    Date: Monday, May 25, 2020 @ 14:11:24
  Author: felixonmars
Revision: 634385

archrelease: copy trunk to community-x86_64

Added:
  minieap/repos/community-x86_64/PKGBUILD
    (from rev 634384, minieap/trunk/PKGBUILD)
Deleted:
  minieap/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   47 +++++++++++++++++++++++------------------------
 1 file changed, 23 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 14:11:01 UTC (rev 634384)
+++ PKGBUILD	2020-05-25 14:11:24 UTC (rev 634385)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=minieap
-pkgver=0.92.1
-pkgrel=2
-pkgdesc="Extensible 802.1x client with Ruijie v3/v4 support"
-arch=('x86_64')
-url="https://github.com/updateing/minieap"
-license=('GPL')
-depends=('glibc' 'coreutils')
-backup=(etc/minieap.conf)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/updateing/minieap/archive/v$pkgver.tar.gz")
-sha512sums=('986ae4b031fe40ea4aafcb1fbc2a95f50f5fb7fa45a8a4092aef7275b8befd98ad702764f76749a2d5b350ed7c673b51de52306d0a8bdf19794afdf523f44869')
-
-build() {
-  cd minieap-$pkgver
-  make PREFIX=/usr BINDIR=/bin
-}
-
-package() {
-  cd minieap-$pkgver
-  make PREFIX=/usr BINDIR=/bin SYSTEMDDIR=/usr/lib/systemd DESTDIR="$pkgdir" install
-}

Copied: minieap/repos/community-x86_64/PKGBUILD (from rev 634384, minieap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 14:11:24 UTC (rev 634385)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=minieap
+pkgver=0.92.1
+pkgrel=3
+pkgdesc="Extensible 802.1x client with Ruijie v3/v4 support"
+arch=('x86_64')
+url="https://github.com/updateing/minieap"
+license=('GPL')
+depends=('glibc' 'coreutils')
+backup=(etc/minieap.conf)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/updateing/minieap/archive/v$pkgver.tar.gz")
+sha512sums=('986ae4b031fe40ea4aafcb1fbc2a95f50f5fb7fa45a8a4092aef7275b8befd98ad702764f76749a2d5b350ed7c673b51de52306d0a8bdf19794afdf523f44869')
+
+build() {
+  cd minieap-$pkgver
+  make PREFIX=/usr BINDIR=/bin
+}
+
+package() {
+  cd minieap-$pkgver
+  make PREFIX=/usr BINDIR=/bin SYSTEMDDIR=/usr/lib/systemd DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list