2020-01-06 09:44:17 +00:00
|
|
|
# Contributor: Clayton Craft <clayton@craftyguy.net>
|
|
|
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
2017-08-19 16:50:59 +00:00
|
|
|
pkgname=osk-sdl
|
2019-07-06 01:24:53 +00:00
|
|
|
pkgver=0.53
|
2020-01-06 09:44:17 +00:00
|
|
|
pkgrel=1
|
2017-09-23 01:12:12 +00:00
|
|
|
pkgdesc="Onscreen keyboard for unlocking LUKS devices"
|
2018-06-30 14:08:43 +00:00
|
|
|
url="https://gitlab.com/postmarketOS/osk-sdl"
|
2017-08-19 16:50:59 +00:00
|
|
|
arch="all"
|
2020-01-06 09:44:17 +00:00
|
|
|
license="GPL-3.0-or-later"
|
|
|
|
depends="cryptsetup-libs mesa-gl directfb"
|
2017-09-23 01:12:12 +00:00
|
|
|
makedepends="linux-headers sdl2-dev sdl2_ttf-dev cryptsetup-dev"
|
2020-01-06 09:44:17 +00:00
|
|
|
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/postmarketOS/osk-sdl/-/archive/$pkgver/osk-sdl-$pkgver.tar.gz"
|
|
|
|
options="!strip !check" # No tests
|
2017-08-19 16:50:59 +00:00
|
|
|
|
|
|
|
build() {
|
2020-01-06 09:44:17 +00:00
|
|
|
make
|
2017-08-19 16:50:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2020-01-06 09:44:17 +00:00
|
|
|
install -D -m755 bin/osk-sdl \
|
|
|
|
"$pkgdir"/usr/bin/osk-sdl
|
|
|
|
install -D -m755 osk.conf \
|
|
|
|
"$pkgdir"/etc/osk.conf
|
2017-08-19 16:50:59 +00:00
|
|
|
}
|
2020-01-06 09:44:17 +00:00
|
|
|
sha512sums="0b48c6cbe6edce7edda8721e75be76fb984a825468b49d1ff690309c3112392f731eb919ebc96a0b085f6a5fc77e11e220fd79dbe6ea030cfddbb3cd5f86dd3f osk-sdl-0.53.tar.gz"
|