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

Felix Yan felixonmars at archlinux.org
Wed Aug 1 12:24:23 UTC 2018


    Date: Wednesday, August 1, 2018 @ 12:24:23
  Author: felixonmars
Revision: 366765

archrelease: copy trunk to community-staging-any

Added:
  innotop/repos/community-staging-any/
  innotop/repos/community-staging-any/PKGBUILD
    (from rev 366764, innotop/trunk/PKGBUILD)

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

Copied: innotop/repos/community-staging-any/PKGBUILD (from rev 366764, innotop/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 12:24:23 UTC (rev 366765)
@@ -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.4
+pkgrel=3
+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=('10f241de71e06923beeee689bf263345')
+
+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