[arch-commits] Commit in screenfetch/repos (community-any community-any/PKGBUILD)

Federico Cinelli cinelli at nymeria.archlinux.org
Mon Mar 18 23:46:32 UTC 2013


    Date: Tuesday, March 19, 2013 @ 00:46:32
  Author: cinelli
Revision: 86543

archrelease: copy trunk to community-any

Added:
  screenfetch/repos/community-any/
  screenfetch/repos/community-any/PKGBUILD
    (from rev 86542, screenfetch/trunk/PKGBUILD)

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

Copied: screenfetch/repos/community-any/PKGBUILD (from rev 86542, screenfetch/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-03-18 23:46:32 UTC (rev 86543)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=screenfetch
+pkgver=2.7.7
+pkgrel=1
+pkgdesc="a CLI Bash script to show system/theme info in screenshots"
+arch=('any')
+url="http://git.silverirc.com/cgit.cgi/screenfetch.git/"
+license=('GPL')
+conflicts=('screenfetch-git')
+depends=('bash')
+optdepends=('scrot: Screenshot support'
+	    'xorg-xdpyinfo: Display information for X')
+source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2")
+md5sums=('df5d25ab8abf42044412f6cfc37cf676')
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	install -d "$pkgdir/usr/bin"
+	install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
+}




More information about the arch-commits mailing list