aboutsummaryrefslogtreecommitdiffstats
path: root/community/wait4ports/APKBUILD
blob: cd4bbe0eb51918f622e47c407436c018712035ac (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
# Contributor: Erik Ogan <erik@stealthymonkeys.com>
# Maintainer: Erik Ogan <erik@stealthymonkeys.com>
pkgname=wait4ports
pkgver=0.0.4
pkgrel=0
pkgdesc="A small utility to wait for network peer availability."
url="https://github.com/erikogan/wait4ports"
arch="all"
license="MPL-2.0"
depends=""
makedepends=""
install=""
source="${pkgname}-${pkgver}.tar.gz::https://github.com/erikogan/wait4ports/archive/v${pkgver}.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	make || return 1
}

package() {
	cd "$builddir"
	make PREFIX="$pkgdir" install || return 1
}

md5sums="540262422fc204037bb2315bcfb438e5  wait4ports-0.0.4.tar.gz"
sha256sums="c94789f1c353c87d0a14fea88ef565cef8807bde2903e5020565f86c656e2597  wait4ports-0.0.4.tar.gz"
sha512sums="a3f0df9fcfde0c49626327f19a5ba71d8c59311f04a874f3470d92503d577a4eedcc46f4432ddf9386b966ce5bee522f3c9a2c4d88b037ffd0caf7022358a461  wait4ports-0.0.4.tar.gz"