aboutsummaryrefslogtreecommitdiffstats
path: root/main/tiny-ec2-bootstrap/APKBUILD
blob: f5d6b64487ae86d7a77369434ec1722a92e1428d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: Mike Crute <mike@crute.us>
# Maintainer: Mike Crute <mike@crute.us>
pkgname=tiny-ec2-bootstrap
pkgver=1.3.0
pkgrel=0
pkgdesc="A tiny EC2 instance bootstrapper that uses instance metadata"
url="https://github.com/mcrute/tiny-ec2-bootstrap"
arch="noarch"
license="MIT"
options="!check"  # no tests provided
depends="openrc e2fsprogs-extra"
source="$pkgname-$pkgver.tar.gz::https://github.com/mcrute/$pkgname/archive/release-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-release-$pkgver"

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

sha512sums="fd0423921a420d71264348fc1e748933b4686c9d16efaf46f131992d38e01a27dbc946a4a0ce704ea216c0e1fe5cf822d5b2201bdf81e3b7ccd7f57a2ebdc69e  tiny-ec2-bootstrap-1.3.0.tar.gz"