pmaports/main/fbkeyboard/APKBUILD
Oliver Smith f68ebfe7b8
main/fbkeyboard: fix upstream source url
again, same checksum, I verified that it builds.
[ci:skip-vercheck]

Related: https://builds.sr.ht/~postmarketos/job/636813#task-pmbootstrap_build-502
2021-11-27 13:43:21 +01:00

25 lines
748 B
Text

# Maintainer: Ferenc Bakonyi <bakonyi.ferenc@gmail.com>
pkgname=fbkeyboard
pkgver=0.4
pkgrel=1
pkgdesc="Framebuffer softkeyboard for use on devices with touchscreen input like smartphones"
url="https://github.com/bakonyiferenc/fbkeyboard"
arch="all"
license="GPL-3.0-or-later"
depends="freetype ttf-dejavu"
makedepends="linux-headers freetype-dev"
source="fbkeyboard-$pkgver.tar.gz::https://github.com/bakonyiferenc/fbkeyboard/archive/refs/tags/$pkgver.tar.gz"
options="!check" # No tests
build() {
make
}
package() {
install -Dm755 fbkeyboard "$pkgdir"/usr/bin/fbkeyboard
}
sha512sums="
cd3c9057b4ef86d5678eb448cc51631342d643695f5ba0210ec8d0e282c85d1353afc86633e8e570913e104d9c2aa063d33ebc867d756f0d1d609fc47542c3a1 fbkeyboard-0.4.tar.gz
"