aboutsummaryrefslogtreecommitdiffstats
path: root/main/tiny-ec2-bootstrap/APKBUILD
blob: dc2eefc374b08fefab639e1c4f7b8c706708342d (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.4.3
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="6b15eaae722975b5f9deb6650cfd2319a37cab24084c3638ee3264e7784637cadfda863777909fc2cb09f1c27755082591b645342da697be040687da7a9936f3  tiny-ec2-bootstrap-1.4.3.tar.gz"