~alpine/aports

[alpine-aports] [PATCH] testing/sl: new aport

Andrew Hills <ahills@ednos.net>
Details
Message ID
<1432863240-28158-1-git-send-email-ahills@ednos.net>
Sender timestamp
1432863240
DKIM signature
missing
Download raw message
Patch: +30 -0
https://github.com/mtoyoda/sl
Steam locomotive: cure your bad habit of mistyping
---
 testing/sl/APKBUILD | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 testing/sl/APKBUILD

diff --git a/testing/sl/APKBUILD b/testing/sl/APKBUILD
new file mode 100644
index 0000000..0423572
--- /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"
-- 
2.4.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)