main/tcl-tls: take over maintainership

This commit is contained in:
Celeste 2024-07-07 05:00:08 +00:00
parent b9f1bae617
commit e3b797f68a

View file

@ -1,15 +1,18 @@
# 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
pkgver=1.7.22
pkgrel=4
pkgrel=5
pkgdesc="OpenSSL extension to Tcl"
url="https://core.tcl.tk/tcltls/"
arch="all"
license="TCL"
makedepends="tcl-dev openssl-dev>3"
makedepends="
openssl-dev
tcl-dev
"
source="https://core.tcl.tk/tcltls/uv/tcltls-$pkgver.tar.gz"
builddir="$srcdir/tcltls-$pkgver"
options="!check"
@ -36,4 +39,6 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="28c76a6e7333b6ed1d83234691d61c9e71a59d0a6a28182fc0f50e97cae7b54da63ac76527e3b16087f3eab0b9cfe19bad02362e485d0cf378724de534805e99 tcltls-1.7.22.tar.gz"
sha512sums="
28c76a6e7333b6ed1d83234691d61c9e71a59d0a6a28182fc0f50e97cae7b54da63ac76527e3b16087f3eab0b9cfe19bad02362e485d0cf378724de534805e99 tcltls-1.7.22.tar.gz
"