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

Jonathan Steel jsteel at archlinux.org
Mon Aug 8 22:26:26 UTC 2016


    Date: Monday, August 8, 2016 @ 22:26:26
  Author: jsteel
Revision: 186092

archrelease: copy trunk to community-testing-any

Added:
  innotop/repos/community-testing-any/
  innotop/repos/community-testing-any/PKGBUILD
    (from rev 186091, innotop/trunk/PKGBUILD)

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

Copied: innotop/repos/community-testing-any/PKGBUILD (from rev 186091, innotop/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-08-08 22:26:26 UTC (rev 186092)
@@ -0,0 +1,27 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Nassim Kacha <nassim.kacha at gmail.com>
+
+pkgname=innotop
+pkgver=1.11.1
+pkgrel=1
+pkgdesc='A powerful "top" clone for MySQL (MariaDB)'
+arch=('any')
+url="https://github.com/innotop/innotop"
+license=('GPL2')
+depends=('perl-dbd-mysql' 'perl-term-readkey')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/innotop/innotop/archive/v$pkgver.tar.gz)
+md5sums=('91d7ce1422f543384b00d40a448d9856')
+
+build() {
+  cd $pkgname-$pkgver
+
+  perl Makefile.PL
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALLSITESCRIPT=/usr/bin DESTDIR="$pkgdir"/ install 
+}



More information about the arch-commits mailing list