# Contributor: Mike Crute # Maintainer: Mike Crute 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"