From b2940d5db6b69d0b46bd3311b8f651eecfe4d571 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Wed, 27 Dec 2017 05:01:37 +0000 Subject: testing/tiny-ec2-bootstrap: move to main --- testing/tiny-ec2-bootstrap/APKBUILD | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 testing/tiny-ec2-bootstrap/APKBUILD (limited to 'testing/tiny-ec2-bootstrap') diff --git a/testing/tiny-ec2-bootstrap/APKBUILD b/testing/tiny-ec2-bootstrap/APKBUILD deleted file mode 100644 index 418d071462..0000000000 --- a/testing/tiny-ec2-bootstrap/APKBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# Contributor: Mike Crute -# Maintainer: Mike Crute -pkgname=tiny-ec2-bootstrap -pkgver=1.0.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" -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="3075327ad7cf9a2eb26b3c9e98785f542f46ab8ca01125efb6a5bf34fe16a14e346bec0abfe3f09ac99a616eae361f4cbde09f41c65ba5d8fe6fea8c035e2970 tiny-ec2-bootstrap-1.0.0.tar.gz" -- cgit v1.2.3