Date: Monday, May 24, 2021 @ 11:37:15
  Author: foutrelis
Revision: 944675

archrelease: copy trunk to community-staging-any

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

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

Copied: innotop/repos/community-staging-any/PKGBUILD (from rev 944673, 
innotop/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2021-05-24 11:37:15 UTC (rev 944675)
@@ -0,0 +1,27 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Massimiliano Torromeo <[email protected]>
+# Contributor: Nassim Kacha <[email protected]>
+
+pkgname=innotop
+pkgver=1.11.4
+pkgrel=6
+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 
+}

Reply via email to