[arch-commits] Commit in (4 files)

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


    Date: Monday, February 5, 2018 @ 01:56:12
  Author: eschwartz
Revision: 289076

addpkg: conflict 20150705-3

Added:
  conflict/
  conflict/repos/
  conflict/trunk/
  conflict/trunk/PKGBUILD

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

Added: conflict/trunk/PKGBUILD
===================================================================
--- conflict/trunk/PKGBUILD	                        (rev 0)
+++ conflict/trunk/PKGBUILD	2018-02-05 01:56:12 UTC (rev 289076)
@@ -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
+}


Property changes on: conflict/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list