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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:57:04 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:57:03
  Author: felixonmars
Revision: 659920

archrelease: copy trunk to community-staging-x86_64

Added:
  bbe/repos/community-staging-x86_64/
  bbe/repos/community-staging-x86_64/PKGBUILD
    (from rev 659918, bbe/trunk/PKGBUILD)

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

Copied: bbe/repos/community-staging-x86_64/PKGBUILD (from rev 659918, bbe/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 17:57:03 UTC (rev 659920)
@@ -0,0 +1,24 @@
+# Maintainer:  TDY <tdy at gmx.com>
+# Contributor: Nathan Owe <ndowens04+AUR at gmail.com>
+
+pkgname=bbe
+pkgver=0.2.2
+pkgrel=3
+pkgdesc='A sed-like editor for binary files'
+arch=('x86_64')
+url="https://sourceforge.net/projects/bbe-/?source=directory"
+license=('GPL')
+depends=('glibc')
+source=("https://downloads.sourceforge.net/$pkgname-/$pkgname-$pkgver.tar.gz")
+sha1sums=('42d5b47d607a9633fb49e7d39e2aebfb7bb89c05')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list