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

Eli Schwartz eschwartz at archlinux.org
Mon Feb 5 01:56:39 UTC 2018


    Date: Monday, February 5, 2018 @ 01:56:38
  Author: eschwartz
Revision: 289077

archrelease: copy trunk to community-x86_64

Added:
  conflict/repos/community-x86_64/
  conflict/repos/community-x86_64/PKGBUILD
    (from rev 289076, conflict/trunk/PKGBUILD)

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

Copied: conflict/repos/community-x86_64/PKGBUILD (from rev 289076, conflict/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-05 01:56:38 UTC (rev 289077)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=conflict
+pkgver=20150705
+pkgrel=3
+pkgdesc='filename conflict listing'
+arch=('x86_64')
+url="https://invisible-island.net/${pkgname}/${pkgname}.html"
+license=('MIT')
+source=("https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz"{,.asc})
+sha256sums=('30e14808768a938df139a1b76f8f7397e1b3bf46a18ceabcc8b1b1a70d5ea8a9'
+            'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey <dickey at invisible-island.net>
+
+build() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    make DESTDIR="${pkgdir}" install
+    install -Dm0644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}



More information about the arch-commits mailing list