upgpkg: nginxbeautifier 1.0.19-2
syntax
This commit is contained in:
@@ -9,7 +9,6 @@ pkgbase = nginxbeautifier
|
|||||||
makedepends = npm
|
makedepends = npm
|
||||||
depends = nodejs
|
depends = nodejs
|
||||||
source = nginxbeautifier::git+https://github.com/vasilevich/nginxbeautifier.git#commit=734ff631f254d8f17661d81e43927ba68e69f545
|
source = nginxbeautifier::git+https://github.com/vasilevich/nginxbeautifier.git#commit=734ff631f254d8f17661d81e43927ba68e69f545
|
||||||
sha512sums = SKIP
|
b2sums = SKIP
|
||||||
|
|
||||||
pkgname = nginxbeautifier
|
pkgname = nginxbeautifier
|
||||||
|
|
||||||
|
@@ -1,19 +1,19 @@
|
|||||||
# Maintainer: Sefa Eyeoglu <contact@scrumplex.net>
|
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
||||||
|
# Contributor: Sefa Eyeoglu <contact@scrumplex.net>
|
||||||
# Contributor: Yosef Langer (vasilevich1234 dot gmail dot ...)
|
# Contributor: Yosef Langer (vasilevich1234 dot gmail dot ...)
|
||||||
|
|
||||||
_commit=734ff631f254d8f17661d81e43927ba68e69f545
|
|
||||||
pkgname=nginxbeautifier
|
pkgname=nginxbeautifier
|
||||||
pkgver=1.0.19
|
pkgver=1.0.19
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="nginx config file formatter and beautifier"
|
pkgdesc="nginx config file formatter and beautifier"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/vasilevich/nginxbeautifier"
|
url="https://github.com/vasilevich/nginxbeautifier"
|
||||||
license=("Apache")
|
license=(Apache)
|
||||||
depends=("nodejs")
|
depends=(nodejs)
|
||||||
makedepends=("git" "npm")
|
makedepends=(git npm)
|
||||||
|
_commit=734ff631f254d8f17661d81e43927ba68e69f545
|
||||||
source=("$pkgname::git+https://github.com/vasilevich/nginxbeautifier.git#commit=${_commit}")
|
source=("$pkgname::git+https://github.com/vasilevich/nginxbeautifier.git#commit=${_commit}")
|
||||||
sha512sums=('SKIP')
|
b2sums=('SKIP')
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${pkgname}"
|
cd "${pkgname}"
|
||||||
@@ -45,3 +45,5 @@ package() {
|
|||||||
ln -s "/usr/lib/node_modules/${pkgname}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
|
ln -s "/usr/lib/node_modules/${pkgname}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# vim:set ts=2 sw=2 et:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user