aboutsummaryrefslogtreecommitdiffstats
path: root/community/sl/APKBUILD
blob: 9bcc47d3c40c950599e6aa5cb48e26308efb41d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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"
makedepends="ncurses-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/mtoyoda/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	make
}

package() {
	cd "$builddir"
	install -Dm 755 sl "$pkgdir"/usr/bin/sl
}

sha512sums="a4d18bc79d7e0eca7748b10226a6b2a85a7a01d636e4e9215bf524a7849bc5cb250034326e5a69f7423d79e40b92182fddc0e56e25df616edae06369c782cb26  sl-5.02.tar.gz"