[arch-commits] Commit in pm2/repos (community-any community-any/PKGBUILD)
Felix Yan
fyan at archlinux.org
Sat Oct 17 04:14:10 UTC 2015
Date: Saturday, October 17, 2015 @ 06:14:10
Author: fyan
Revision: 144259
archrelease: copy trunk to community-any
Added:
pm2/repos/community-any/
pm2/repos/community-any/PKGBUILD
(from rev 144258, pm2/trunk/PKGBUILD)
----------+
PKGBUILD | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
Copied: pm2/repos/community-any/PKGBUILD (from rev 144258, pm2/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2015-10-17 04:14:10 UTC (rev 144259)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=pm2
+pkgver=0.15.7
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('4cbd9e504b2e5d3f19e1799c0dd3e1f6')
+
+package() {
+ npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+ rm -r "$pkgdir"/usr/etc
+}
More information about the arch-commits
mailing list