Date: Wednesday, October 26, 2022 @ 22:29:02
Author: mtorromeo
Revision: 1337038
archrelease: copy trunk to community-x86_64
Added:
nginx-mod-headers-more/repos/community-x86_64/PKGBUILD
(from rev 1337035, nginx-mod-headers-more/trunk/PKGBUILD)
Deleted:
nginx-mod-headers-more/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-26 22:29:01 UTC (rev 1337037)
+++ PKGBUILD 2022-10-26 22:29:02 UTC (rev 1337038)
@@ -1,44 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=nginx-mod-headers-more
-pkgver=0.34
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-
-pkgdesc="Nginx module to set and clear input and output headers"
-arch=('x86_64')
-depends=('nginx')
-makedepends=('nginx-src')
-url="https://github.com/openresty/headers-more-nginx-module"
-license=('BSD')
-
-source=(
-
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-sha256sums=('0c0d2ced2ce895b3f45eb2b230cd90508ab2a773299f153de14a43e44c1209b3')
-
-prepare() {
- mkdir -p build
- cd build
- ln -sf /usr/src/nginx/auto
- ln -sf /usr/src/nginx/src
-}
-
-build() {
- cd build
- /usr/src/nginx/configure \
- --with-compat \
- --add-dynamic-module=../$_modname-nginx-module-$pkgver
- make modules
-}
-
-package() {
- cd build/objs
- for mod in *.so; do
- install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
- done
-
- install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown \
- "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
-}
Copied: nginx-mod-headers-more/repos/community-x86_64/PKGBUILD (from rev
1337035, nginx-mod-headers-more/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-26 22:29:02 UTC (rev 1337038)
@@ -0,0 +1,44 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=nginx-mod-headers-more
+pkgver=0.34
+pkgrel=2
+
+_modname="${pkgname#nginx-mod-}"
+
+pkgdesc="Nginx module to set and clear input and output headers"
+arch=('x86_64')
+depends=('nginx')
+makedepends=('nginx-src')
+url="https://github.com/openresty/headers-more-nginx-module"
+license=('BSD')
+
+source=(
+
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+sha256sums=('0c0d2ced2ce895b3f45eb2b230cd90508ab2a773299f153de14a43e44c1209b3')
+
+prepare() {
+ mkdir -p build
+ cd build
+ ln -sf /usr/src/nginx/auto
+ ln -sf /usr/src/nginx/src
+}
+
+build() {
+ cd build
+ /usr/src/nginx/configure \
+ --with-compat \
+ --add-dynamic-module=../$_modname-nginx-module-$pkgver
+ make modules
+}
+
+package() {
+ cd build/objs
+ for mod in *.so; do
+ install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+ done
+
+ install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown \
+ "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}