mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
main/tcl-tls: take over maintainership
This commit is contained in:
parent
b9f1bae617
commit
e3b797f68a
@ -1,15 +1,18 @@
|
|||||||
# Contributor: Emmanuel Frecon <efrecon@gmail.com>
|
# Contributor: Emmanuel Frecon <efrecon@gmail.com>
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
|
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||||
pkgname=tcl-tls
|
pkgname=tcl-tls
|
||||||
pkgver=1.7.22
|
pkgver=1.7.22
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="OpenSSL extension to Tcl"
|
pkgdesc="OpenSSL extension to Tcl"
|
||||||
url="https://core.tcl.tk/tcltls/"
|
url="https://core.tcl.tk/tcltls/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="TCL"
|
license="TCL"
|
||||||
makedepends="tcl-dev openssl-dev>3"
|
makedepends="
|
||||||
|
openssl-dev
|
||||||
|
tcl-dev
|
||||||
|
"
|
||||||
source="https://core.tcl.tk/tcltls/uv/tcltls-$pkgver.tar.gz"
|
source="https://core.tcl.tk/tcltls/uv/tcltls-$pkgver.tar.gz"
|
||||||
|
|
||||||
builddir="$srcdir/tcltls-$pkgver"
|
builddir="$srcdir/tcltls-$pkgver"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
|
||||||
@ -36,4 +39,6 @@ package() {
|
|||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="28c76a6e7333b6ed1d83234691d61c9e71a59d0a6a28182fc0f50e97cae7b54da63ac76527e3b16087f3eab0b9cfe19bad02362e485d0cf378724de534805e99 tcltls-1.7.22.tar.gz"
|
sha512sums="
|
||||||
|
28c76a6e7333b6ed1d83234691d61c9e71a59d0a6a28182fc0f50e97cae7b54da63ac76527e3b16087f3eab0b9cfe19bad02362e485d0cf378724de534805e99 tcltls-1.7.22.tar.gz
|
||||||
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user