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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:49:38 UTC 2018


    Date: Friday, November 9, 2018 @ 21:49:37
  Author: felixonmars
Revision: 404763

archrelease: copy trunk to community-staging-any

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

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

Copied: screenfetch/repos/community-staging-any/PKGBUILD (from rev 404761, screenfetch/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 21:49:37 UTC (rev 404763)
@@ -0,0 +1,21 @@
+# Maintainer:
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=screenfetch
+pkgver=3.8.0
+pkgrel=3
+pkgdesc="CLI Bash script to show system/theme info in screenshots"
+arch=('any')
+url="https://github.com/KittyKatt/screenFetch"
+license=('GPL')
+depends=('bash' 'bc' 'xorg-xdpyinfo' 'xorg-xprop')
+makedepends=('git')
+optdepends=('scrot: to take screenshot')
+source=("git+https://github.com/KittyKatt/screenFetch.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+package() {
+	cd screenFetch
+	install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
+	install -Dm644 "screenfetch.1" "$pkgdir/usr/share/man/man1/screenfetch.1"
+}



More information about the arch-commits mailing list