[arch-commits] Commit in (slop slop/repos slop/trunk slop/trunk/PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Oct 20 07:16:09 UTC 2014


    Date: Monday, October 20, 2014 @ 09:16:09
  Author: bpiotrowski
Revision: 121028

newpkg: slop 3.1.5-1

Added:
  slop/
  slop/repos/
  slop/trunk/
  slop/trunk/PKGBUILD

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

Added: slop/trunk/PKGBUILD
===================================================================
--- slop/trunk/PKGBUILD	                        (rev 0)
+++ slop/trunk/PKGBUILD	2014-10-20 07:16:09 UTC (rev 121028)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: naelstrof <naelstrof at gmail.com>
+
+pkgname=slop
+pkgver=3.1.5
+pkgrel=1
+pkgdesc='Utility to query the user for a selection and print the region to stdout'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/slop'
+license=('GPL3')
+depends=('libxext' 'libx11')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('8dc4c3d0e03cfd883919c9d14800baec')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}


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



More information about the arch-commits mailing list