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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:21:22 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:21:21
  Author: felixonmars
Revision: 658902

archrelease: copy trunk to community-staging-any

Added:
  bashrun/repos/community-staging-any/
  bashrun/repos/community-staging-any/PKGBUILD
    (from rev 658901, bashrun/trunk/PKGBUILD)

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

Copied: bashrun/repos/community-staging-any/PKGBUILD (from rev 658901, bashrun/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 15:21:21 UTC (rev 658902)
@@ -0,0 +1,23 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=bashrun
+pkgver=0.16.1
+pkgrel=5
+pkgdesc="An x11 application launcher based on bash"
+arch=('any')
+url="https://sourceforge.net/projects/bashrun"
+license=('GPL')
+depends=('bash')
+optdepends=('xdotool: allow bashrun to run in background')
+source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
+sha512sums=('49fe7b50b7439e8dc8d642510e6e843743c96005ee7787febb39eed543c488d7fcd83ec776cba42f89670e3af98d7273c7d5f429a5893f5b2b0cb5b48bd299ab')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname
+  install -D -m644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
+  install -D -m644 bashrc ${pkgdir}/usr/share/$pkgname/bashrc
+}
+



More information about the arch-commits mailing list