mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 15:21:43 +01:00
21 lines
688 B
Plaintext
21 lines
688 B
Plaintext
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
|
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
|
pkgname=lua-resty-session
|
|
pkgver=3.10
|
|
pkgrel=0
|
|
pkgdesc="secure and flexible session library for OpenResty"
|
|
url="https://github.com/bungle/lua-resty-session"
|
|
arch="noarch"
|
|
license="BSD-2-Clause"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/bungle/lua-resty-session/archive/v$pkgver.tar.gz"
|
|
options="!check"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir/usr/share/lua/common"
|
|
cp -r ./lib/resty "$pkgdir/usr/share/lua/common"
|
|
}
|
|
|
|
sha512sums="
|
|
65a97ad631f158ba4e47b9ddd60ec0b0c758d2442d2b8599bfa487a1831f8727afed73013e0a3cfc561d1d19b76c244f23ccea556be9dc664e4802b2bbead92f lua-resty-session-3.10.tar.gz
|
|
"
|