[arch-commits] Commit in nginx-mod-redis/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jun 13 03:12:15 UTC 2021
Date: Sunday, June 13, 2021 @ 03:12:15
Author: felixonmars
Revision: 963248
archrelease: copy trunk to community-x86_64
Added:
nginx-mod-redis/repos/community-x86_64/PKGBUILD
(from rev 963247, nginx-mod-redis/trunk/PKGBUILD)
Deleted:
nginx-mod-redis/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-13 03:12:04 UTC (rev 963247)
+++ PKGBUILD 2021-06-13 03:12:15 UTC (rev 963248)
@@ -1,38 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-redis
-pkgver=0.3.9
-pkgrel=7
-
-_modname="${pkgname#nginx-mod-}"
-
-pkgdesc='Nginx module for redis caching'
-arch=('x86_64')
-depends=('nginx')
-makedepends=('nginx-src')
-url="https://www.nginx.com/resources/wiki/modules/redis/"
-license=('CUSTOM')
-
-source=(
- https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin at mdounin.ru>
-sha256sums=('21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46')
-
-build() {
- cp -r /usr/src/nginx .
-
- cd "$srcdir"/nginx
- ./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
- make modules
-}
-
-package() {
- install -Dm644 "$srcdir"/ngx_http_redis-$pkgver/LICENSE \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
- cd "$srcdir"/nginx/objs
- for mod in *.so; do
- install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
- done
-}
Copied: nginx-mod-redis/repos/community-x86_64/PKGBUILD (from rev 963247, nginx-mod-redis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-13 03:12:15 UTC (rev 963248)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-redis
+pkgver=0.3.9
+pkgrel=8
+
+_modname="${pkgname#nginx-mod-}"
+
+pkgdesc='Nginx module for redis caching'
+arch=('x86_64')
+depends=('nginx')
+makedepends=('nginx-src')
+url="https://www.nginx.com/resources/wiki/modules/redis/"
+license=('CUSTOM')
+
+source=(
+ https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin at mdounin.ru>
+sha256sums=('21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46')
+
+build() {
+ cp -r /usr/src/nginx .
+
+ cd "$srcdir"/nginx
+ ./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
+ make modules
+}
+
+package() {
+ install -Dm644 "$srcdir"/ngx_http_redis-$pkgver/LICENSE \
+ "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+ cd "$srcdir"/nginx/objs
+ for mod in *.so; do
+ install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+ done
+}
More information about the arch-commits
mailing list