diff options
Diffstat (limited to 'testing/sl')
-rw-r--r-- | testing/sl/APKBUILD | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/sl/APKBUILD b/testing/sl/APKBUILD new file mode 100644 index 0000000000..042357285f --- /dev/null +++ b/testing/sl/APKBUILD @@ -0,0 +1,30 @@ +# Contributor: Andrew Hills <ahills@ednos.net> +# Maintainer: Andrew Hills <ahills@ednos.net> +pkgname=sl +pkgver=5.02 +pkgrel=0 +pkgdesc="Cure your bad habit of mistyping" +url="https://github.com/mtoyoda/sl" +arch="all" +license="MIT" +depends="" +depends_dev="" +makedepends="$depends_dev" +install="" +subpackages="" +source="saveas-$url/archive/$pkgver.tar.gz/$pkgname-$pkgver.tar.gz" + +_builddir="$srcdir/$pkgname-$pkgver" +build() { + cd "$_builddir" + make +} + +package() { + cd "$_builddir" + install -Dm 755 sl "$pkgdir"/usr/bin/sl +} + +md5sums="5d5fe203eb19598821647ba8db5dde6c sl-5.02.tar.gz" +sha256sums="1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a sl-5.02.tar.gz" +sha512sums="a4d18bc79d7e0eca7748b10226a6b2a85a7a01d636e4e9215bf524a7849bc5cb250034326e5a69f7423d79e40b92182fddc0e56e25df616edae06369c782cb26 sl-5.02.tar.gz" |