[arch-commits] Commit in ed/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Dave Reisner dreisner at archlinux.org
Fri Feb 15 22:10:02 UTC 2019


    Date: Friday, February 15, 2019 @ 22:10:02
  Author: dreisner
Revision: 346344

archrelease: copy trunk to testing-x86_64

Added:
  ed/repos/testing-x86_64/
  ed/repos/testing-x86_64/PKGBUILD
    (from rev 346343, ed/trunk/PKGBUILD)

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

Copied: ed/repos/testing-x86_64/PKGBUILD (from rev 346343, ed/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-02-15 22:10:02 UTC (rev 346344)
@@ -0,0 +1,38 @@
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=ed
+pkgver=1.15
+pkgrel=1
+pkgdesc="A POSIX-compliant line-oriented text editor"
+arch=('x86_64')
+license=('GPL')
+url="https://www.gnu.org/software/ed/ed.html"
+depends=('glibc' 'sh')
+options=('!emptydirs')
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz
+source=("https://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.lz"{,.sig})
+sha256sums=('ad4489c0ad7a108c514262da28e6c2a426946fb408a3977ef1ed34308bdfd174'
+            'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/ \
+              --bindir=/usr/bin \
+              --mandir=/usr/share/man \
+              --infodir=/usr/share/info \
+              "CPPFLAGS=$CPPFLAGS" \
+              "CFLAGS=$CFLAGS" \
+              "LDFLAGS=$LDFLAGS"
+
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" "DESTDIR=$pkgdir" install
+}



More information about the arch-commits mailing list