mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
extra/md5: new aport
Basic lua crypto library
This commit is contained in:
parent
88e9196994
commit
e8dd939be9
19
extra/md5/APKBUILD
Normal file
19
extra/md5/APKBUILD
Normal file
@ -0,0 +1,19 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=md5
|
||||
pkgver=1.1.2
|
||||
pkgrel=0
|
||||
pkgdesc="Basic cryptographic facilities for Lua"
|
||||
url="http://www.keplerproject.org/md5/"
|
||||
license="MIT"
|
||||
depends="uclibc lua"
|
||||
makedepends="lua-dev"
|
||||
source="http://luaforge.net/frs/download.php/3355/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
make CFLAGS="$CFLAGS" || return 1
|
||||
make PREFIX="$pkgdir"/usr install
|
||||
}
|
||||
|
||||
md5sums="68874cff64547f2157d5ecdc3572b544 md5-1.1.2.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user