aboutsummaryrefslogtreecommitdiffstats
path: root/community/apk-post-messages/APKBUILD
blob: dad2aa6ed8fffb777978e75ab4e7c9def5cb2c43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=apk-post-messages
pkgver=0.10
pkgrel=0
pkgdesc="Print apk post-install messages"
url="http://alpinelinux.org"
arch="noarch"
license="GPL"
depends="apk-tools"
triggers="$pkgname.trigger=/usr/share/doc/*"
source=""

_builddir="$srcdir"

build() {
	cd "$_builddir"
	echo "Building $pkgname trigger package"
}

package() {
	cd "$_builddir"
	mkdir -p "$pkgdir"
}