aboutsummaryrefslogtreecommitdiffstats
path: root/main/aports-build/APKBUILD
blob: eba0a75e42fc49ae62d901b90392fa767519664b (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=aports-build
pkgver=1.3
pkgrel=0
pkgdesc="MQTT based build-on-git-push scripts for Alpine Linux"
url="http://alpinelinux.org"
arch="noarch"
license="GPL-2.0"
options="!check"
depends="abuild>2.20.0 mosquitto-clients alpine-sdk mqtt-exec rsync lua-aports
	lua5.2-cjson lua5.2-mqtt-publish"
depends_dev=""
makedepends="$depends_dev mosquitto-dev"
install="$pkgname.pre-install"
subpackages=""

source="aports-build
	aports-build.initd
	mqtt-exec.aports-build.confd
	report-build-errors.lua
	"

builddir="$srcdir"

build() {
	cd "$builddir"
}

package() {
	cd "$builddir"
	install -Dm755 "$srcdir"/aports-build \
		"$pkgdir"/usr/bin/aports-build
	install -d "$pkgdir"/etc/init.d

	ln -s mqtt-exec "$pkgdir"/etc/init.d/mqtt-exec.aports-build
	install -Dm644 "$srcdir"/mqtt-exec.aports-build.confd \
		"$pkgdir"/etc/conf.d/mqtt-exec.aports-build

	install -Dm644 "$srcdir"/report-build-errors.lua \
		"$pkgdir"/etc/buildrepo/plugins.d/report-build-errors.lua
}

sha512sums="60d33befbea0745bd18c8373e2b02be23d120503d813237972eca1122e45a84a9e1afbde6c1a40424485b8c9630c27be0948966757ba40c8e8285673bbb7e843  aports-build
821035bda47152c341ec94bf960fa67e3377051826712ceb74f39103e6e422777b6e082231bfb87865653d2b93b7d3154cfc24abf65a52e3e66da69412dd7e41  aports-build.initd
62ed5cb6d1fef03fa707512c8c99c572a91e64706ebcc2e7097108811818615618bab908292d0ba0ad2afe93a27333d9c91deb347d6c99703eb8983d1ee5f480  mqtt-exec.aports-build.confd
ded99f4c9474e4dc91605de71919deebbeb8e2e3ebcc9d61890f327bb6220d891a9f2a6c615929cc53bd8007b1a1dbd827bc55cd5cbdd1a6661fcdafa4912950  report-build-errors.lua"