diff options
-rw-r--r-- | testing/lolcat/APKBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/testing/lolcat/APKBUILD b/testing/lolcat/APKBUILD index daa1fb5fe3..6c7edd8f63 100644 --- a/testing/lolcat/APKBUILD +++ b/testing/lolcat/APKBUILD @@ -3,21 +3,21 @@ pkgname=lolcat pkgver=1.0 pkgrel=0 -pkgdesc="High-performance implementation of lolcat" -url="https://github.com/jaseg/lolcat/" -arch="all" -license="WTFPL" +pkgdesc="High-performance implementation of lolcat" +url="https://github.com/jaseg/lolcat/" +arch="all" +license="WTFPL" source="$pkgname-$pkgver.tar.gz::https://github.com/jaseg/${pkgname}/archive/v$pkgver.tar.gz - fix-url-and-version.patch" + fix-url-and-version.patch" options="!check" # No upstream testsuite build() { - make + make } package() { - mkdir -p "$pkgdir/usr/bin" - make DESTDIR="$pkgdir/usr/bin" install + mkdir -p "$pkgdir/usr/bin" + make DESTDIR="$pkgdir/usr/bin" install } sha512sums="5f668706c2415273140047040a9e6d02d80a1572a834503480688f46466e2750f3cf5372f364039921f6461f2dbec7fa2dbe8a5600abdf3390c2caf56d1595bf lolcat-1.0.tar.gz |