[arch-commits] Commit in innotop/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sun Jun 21 16:11:41 UTC 2020
Date: Sunday, June 21, 2020 @ 16:11:40
Author: felixonmars
Revision: 649669
archrelease: copy trunk to community-staging-any
Added:
innotop/repos/community-staging-any/
innotop/repos/community-staging-any/PKGBUILD
(from rev 649667, innotop/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: innotop/repos/community-staging-any/PKGBUILD (from rev 649667, innotop/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-06-21 16:11:40 UTC (rev 649669)
@@ -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=5
+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