acme-client: remove, unmaintained upstream.
This commit is contained in:
parent
757046710d
commit
a972370345
4 changed files with 2 additions and 28 deletions
|
@ -1 +0,0 @@
|
|||
NOTE: acme-client uses new default directories since version 0.1.12
|
|
@ -1,25 +0,0 @@
|
|||
# Template file for 'acme-client'
|
||||
pkgname=acme-client
|
||||
version=0.1.16
|
||||
revision=5
|
||||
_distver=VERSION_${version//./_}
|
||||
wrksrc=acme-client-portable-${_distver}
|
||||
build_style=gnu-makefile
|
||||
make_install_args="MAN1DIR=/usr/share/man/man1 BINDIR=/usr/bin"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libbsd-devel libressl-devel"
|
||||
short_desc="A secure ACME client"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="https://kristaps.bsd.lv/acme-client/"
|
||||
distfiles="https://github.com/kristapsdz/acme-client-portable/archive/${_distver}.tar.gz"
|
||||
checksum=69d5867ae8b7db49f08a0c536655e41f960bab7c033b234ff0e2a03fab98f667
|
||||
|
||||
CFLAGS="-fcommon -DHAVE_CONFIG_H"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) CFLAGS+=" -DMUSL_LIBC" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
pattern='VERSION_\K[\d_]+'
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1
|
||||
revision=34
|
||||
revision=35
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
|
@ -11,6 +11,7 @@ homepage="https://voidlinux.org"
|
|||
replaces="
|
||||
Platinum9-theme<=0.0.0.20170720_3
|
||||
XorCurses<=0.2.2_1
|
||||
acme-client<=0.1.16_5
|
||||
albert<=0.16.1_4
|
||||
apg<=2.2.3_5
|
||||
appdata-tools<=0.1.8_2
|
||||
|
|
Loading…
Reference in a new issue