mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-07 14:41:39 +01:00
31 lines
1002 B
Plaintext
31 lines
1002 B
Plaintext
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
|
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
|
pkgname=lua-resty-hmac
|
|
pkgver=0.02.20180101
|
|
_commitid=989f601acbe74dee71c1a48f3e140a427f2d03ae
|
|
pkgrel=0
|
|
pkgdesc="HMAC functions for OpenResty"
|
|
url="https://github.com/jkeys089/lua-resty-hmac"
|
|
arch="noarch"
|
|
license="BSD"
|
|
depends="nginx-mod-http-lua lua-resty-string"
|
|
makedepends=""
|
|
checkdepends="perl-utils perl-test-nginx"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/jkeys089/$pkgname/archive/$_commitid.tar.gz
|
|
"
|
|
builddir="$srcdir/$pkgname-$_commitid"
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
mkdir -p "$pkgdir"/usr/share/lua/common
|
|
make DESTDIR="$pkgdir" LUA_LIB_DIR="$pkgdir/usr/share/lua/common" install
|
|
rm "$pkgdir/usr/share/lua/common/resty/string.lua"
|
|
}
|
|
|
|
check() {
|
|
cd "$builddir"
|
|
#make test LUA_LIB_DIR="$builddir/tmp"
|
|
}
|
|
|
|
sha512sums="9647d14722f5870805fd10f1539ca4235de63689279c92ce6f8c0cb21c590034cb1e8dc7b7bc5f5b216a68eebae281c4b0c4055c936c045bdd0aed990889c0c6 lua-resty-hmac-0.02.20180101.tar.gz"
|