blob: 19a934f8f169e2c3e22deda58b8d77b2be5971fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Contributor: Mike Crute <mike@crute.us>
# Maintainer: Mike Crute <mike@crute.us>
pkgname=tiny-ec2-bootstrap
pkgver=1.3.2
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/tiny-ec2-bootstrap/archive/release-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-release-$pkgver"
package() {
make PREFIX=$pkgdir install
}
sha512sums="a0952e58696947b7bd5ffc4390a5f74ce042c1fd8b387f3c9f8a673a9a6de7a81af1f8195ff440b74dc86343d4aa6c57ac0362f14d60fa451c452e899da03d9a tiny-ec2-bootstrap-1.3.2.tar.gz"
|