diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-30 15:55:20 -0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-05-30 23:05:44 +0300 |
commit | 1ec373986cd2b29d728d51648d1e242ccdc7d33d (patch) | |
tree | 305e361fd3cedfd9406a76b49bc52b8b8096a486 /testing/lolcat | |
parent | 1ae285e68fa1b42768939be712287a787f921c7a (diff) | |
download | aports-1ec373986cd2b29d728d51648d1e242ccdc7d33d.tar.bz2 aports-1ec373986cd2b29d728d51648d1e242ccdc7d33d.tar.xz |
testing/lolcat: fix tabbing and indentation
Diffstat (limited to 'testing/lolcat')
-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 |