First commit
This commit is contained in:
14
.SRCINFO
Normal file
14
.SRCINFO
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
pkgbase = nginxbeautifier
|
||||||
|
pkgdesc = Nginx config formatter and beautifier.
|
||||||
|
pkgver = latest
|
||||||
|
pkgrel = 1
|
||||||
|
url = http://nginxbeautifier.com
|
||||||
|
arch = any
|
||||||
|
license = Apache-2.0
|
||||||
|
depends = nodejs
|
||||||
|
provides = nginxbeautifier
|
||||||
|
source = nginxbeautifier::git://github.com/vasilevich/nginxbeautifier.git
|
||||||
|
md5sums = SKIP
|
||||||
|
|
||||||
|
pkgname = nginxbeautifier
|
||||||
|
|
18
PKGBUILD
Normal file
18
PKGBUILD
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Maintainer: Yosef Langer (vasilevich1234 dot gmail dot ...)
|
||||||
|
|
||||||
|
pkgname=nginxbeautifier
|
||||||
|
pkgver=latest
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc='Nginx config formatter and beautifier.'
|
||||||
|
arch=('any')
|
||||||
|
url='http://nginxbeautifier.com'
|
||||||
|
license=('Apache-2.0')
|
||||||
|
provides=('nginxbeautifier')
|
||||||
|
depends=('nodejs')
|
||||||
|
source=($pkgname::"git://github.com/vasilevich/${pkgname}.git")
|
||||||
|
md5sums=('SKIP')
|
||||||
|
package() {
|
||||||
|
cd "$pkgname"
|
||||||
|
install -D -m 755 nginxbeautifier.js "$pkgdir/usr/bin/nginxbeautifier"
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user