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

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 8 00:29:59 UTC 2016


    Date: Monday, February 8, 2016 @ 01:29:59
  Author: foutrelis
Revision: 160640

archrelease: copy trunk to community-staging-any

Added:
  bar/repos/community-staging-any/
  bar/repos/community-staging-any/PKGBUILD
    (from rev 160639, bar/trunk/PKGBUILD)

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

Copied: bar/repos/community-staging-any/PKGBUILD (from rev 160639, bar/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-02-08 00:29:59 UTC (rev 160640)
@@ -0,0 +1,20 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Jeff Mickey <j at codemac.net>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=bar
+pkgver=1.4
+pkgrel=5
+pkgdesc='A script for showing progress bars.'
+arch=('any')
+url='http://www.theiling.de/projects/bar.html'
+license=('custom')
+source=("http://www.theiling.de/downloads/bar-${pkgver}-src.tar.bz2")
+md5sums=('4b99147e2efbe678cbcdc985ad2412f4')
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	install -Dm0755 bar "${pkgdir}/usr/bin/bar"
+	install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list