[arch-commits] Commit in xautomation/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 12:42:59 UTC 2020
Date: Tuesday, July 7, 2020 @ 12:42:59
Author: felixonmars
Revision: 658201
archrelease: copy trunk to community-staging-x86_64
Added:
xautomation/repos/community-staging-x86_64/
xautomation/repos/community-staging-x86_64/PKGBUILD
(from rev 658200, xautomation/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: xautomation/repos/community-staging-x86_64/PKGBUILD (from rev 658200, xautomation/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 12:42:59 UTC (rev 658201)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com>
+
+pkgname=xautomation
+pkgver=1.09
+pkgrel=4
+pkgdesc='Controls X from the command line and does "visual scraping".'
+url='https://hoopajoo.net/projects/xautomation.html'
+arch=('x86_64')
+license=('GPL')
+depends=('libpng' 'libxtst')
+source=("https://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz")
+md5sums=('16b973fdb525feed876471225bba30ed')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list