Skip to content
Snippets Groups Projects
Commit 56016bd4 authored by Leo's avatar Leo Committed by Francesco Colista
Browse files

community/acme.sh: fix license

parent b4ef7cc4
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=acme.sh
pkgver=2.8.1
pkgrel=0
pkgrel=1
pkgdesc="An ACME Shell script, an acme client alternative to certbot"
options="!check" # No testsuite
url="https://github.com/Neilpang/acme.sh"
arch="noarch"
license="GPL-3.0"
license="GPL-3.0-only"
depends="curl cmd:openssl"
source="$pkgname-$pkgver.tar.gz::https://github.com/Neilpang/acme.sh/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
package() {
install -dm755 "$pkgdir"/usr/share/acme.sh/deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment