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

community/apk-post-messages: modernize, fix url, fix license

parent 1ca445b3
No related merge requests found
......@@ -2,24 +2,16 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=apk-post-messages
pkgver=0.10
pkgrel=0
pkgrel=1
pkgdesc="Print apk post-install messages"
url="http://alpinelinux.org"
url="https://alpinelinux.org"
arch="noarch"
license="GPL"
license="GPL-2.0-or-later"
depends="apk-tools"
triggers="$pkgname.trigger=/usr/share/doc/*"
source=""
_builddir="$srcdir"
build() {
cd "$_builddir"
echo "Building $pkgname trigger package"
}
builddir="$srcdir"
package() {
cd "$_builddir"
mkdir -p "$pkgdir"
}
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