made it take a specific source
This commit is contained in:
3
PKGBUILD
3
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Yosef Langer (vasilevich1234 dot gmail dot ...)
|
||||
|
||||
pkgname=nginxbeautifier
|
||||
pkgver=latest
|
||||
pkgver=Stable
|
||||
pkgrel=1
|
||||
pkgdesc='Nginx config formatter and beautifier.'
|
||||
arch=('any')
|
||||
@@ -13,6 +13,7 @@ source=($pkgname::"git://github.com/vasilevich/${pkgname}.git")
|
||||
md5sums=('SKIP')
|
||||
package() {
|
||||
cd "$pkgname"
|
||||
git checkout "e165def8f4b107bcd3f9f593f83bfa286070b42e"
|
||||
install -D -m 755 nginxbeautifier.js "$pkgdir/usr/bin/nginxbeautifier"
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user