[arch-commits] Commit in gmrun/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 15:52:44 UTC 2020
Date: Tuesday, July 7, 2020 @ 15:52:44
Author: felixonmars
Revision: 659021
archrelease: copy trunk to community-staging-x86_64
Added:
gmrun/repos/community-staging-x86_64/
gmrun/repos/community-staging-x86_64/PKGBUILD
(from rev 659020, gmrun/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: gmrun/repos/community-staging-x86_64/PKGBUILD (from rev 659020, gmrun/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 15:52:44 UTC (rev 659021)
@@ -0,0 +1,29 @@
+# Contributor: Jeff Mickey <j at codemac.net>
+# Contributor: Woody Gilk aka Shadowhand <woody.gilk at gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=gmrun
+pkgver=0.9.5w
+pkgrel=2
+pkgdesc="A simple program which provides a run program window"
+arch=('x86_64')
+url="https://github.com/wdlkmpx/gmrun"
+license=('GPL')
+depends=('gtk2' 'popt')
+source=($pkgname-$pkgver.tar.gz::https://github.com/wdlkmpx/gmrun/archive/$pkgver.tar.gz)
+md5sums=('8d7fdf893f15306df9bb9daca6cf897d')
+backup=('etc/gmrunrc')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./autogen.sh
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list