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

Felix Yan felixonmars at archlinux.org
Mon May 25 13:51:51 UTC 2020


    Date: Monday, May 25, 2020 @ 13:51:50
  Author: felixonmars
Revision: 634339

archrelease: copy trunk to community-x86_64

Added:
  horst/repos/community-x86_64/PKGBUILD
    (from rev 634338, horst/trunk/PKGBUILD)
Deleted:
  horst/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 13:51:33 UTC (rev 634338)
+++ PKGBUILD	2020-05-25 13:51:50 UTC (rev 634339)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Baptiste Jonglez
-# Contributor: Anatol Pomozov 
-# Contributor: Reza Jelveh (reza.jelveh at tuhh.de)
-# Contributor: Shalygin Konstantin (kostya at opentech.ru)
-
-pkgname=horst
-pkgver=5.1
-pkgrel=1
-pkgdesc='A small, lightweight IEEE802.11 wireless LAN analyzer with a text interface'
-arch=("i686" "x86_64")
-url='https://github.com/br101/horst'
-depends=("ncurses" "libnl")
-license=("GPL2")
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/br101/horst/archive/v${pkgver}.tar.gz")
-sha256sums=('74b4cb1143d93c73c3b4bbbe0c36f89a790401bde9e894e94e2a27339ca384d9')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -Dm755 horst "$pkgdir/usr/bin/horst"
-  install -Dm644 horst.conf "$pkgdir/etc/horst.conf"
-  install -Dm644 horst.8 "$pkgdir/usr/share/man/man8/horst.8"
-  install -Dm644 horst.conf.5 "$pkgdir/usr/share/man/man5/horst.conf.5"
-}

Copied: horst/repos/community-x86_64/PKGBUILD (from rev 634338, horst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 13:51:50 UTC (rev 634339)
@@ -0,0 +1,29 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Anatol Pomozov 
+# Contributor: Reza Jelveh (reza.jelveh at tuhh.de)
+# Contributor: Shalygin Konstantin (kostya at opentech.ru)
+
+pkgname=horst
+pkgver=5.1
+pkgrel=2
+pkgdesc='A small, lightweight IEEE802.11 wireless LAN analyzer with a text interface'
+arch=("x86_64")
+url='https://github.com/br101/horst'
+depends=("ncurses" "libnl")
+license=("GPL2")
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/br101/horst/archive/v${pkgver}.tar.gz")
+sha256sums=('74b4cb1143d93c73c3b4bbbe0c36f89a790401bde9e894e94e2a27339ca384d9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -Dm755 horst "$pkgdir/usr/bin/horst"
+  install -Dm644 horst.conf "$pkgdir/etc/horst.conf"
+  install -Dm644 horst.8 "$pkgdir/usr/share/man/man8/horst.8"
+  install -Dm644 horst.conf.5 "$pkgdir/usr/share/man/man5/horst.conf.5"
+}



More information about the arch-commits mailing list