main/fbkeyboard: drop

This package should instead be in alpine

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7501>
This commit is contained in:
Pablo Correa Gómez 2025-12-06 21:32:47 +01:00 committed by The Friendly Meow (merge) Bot
parent f1b572d289
commit 07087f8bd5
No known key found for this signature in database

View file

@ -1,25 +0,0 @@
maintainer="Robert Bloy <ph0nix.foss@mailbox.org>"
pkgname=fbkeyboard
pkgver=0.5
pkgrel=0
pkgdesc="Framebuffer softkeyboard for use on devices with touchscreen input like smartphones"
url="https://github.com/ph0nix-foss/fbkeyboard"
arch="all"
license="GPL-3.0-or-later"
depends="freetype font-dejavu"
makedepends="linux-headers freetype-dev"
source="fbkeyboard-$pkgver.tar.gz::https://github.com/ph0nix-foss/fbkeyboard/archive/refs/tags/$pkgver.tar.gz"
options="!check" # No tests
build() {
make
}
package() {
install -Dm755 fbkeyboard "$pkgdir"/usr/bin/fbkeyboard
}
sha512sums="
50c3369a98358b395ff7438c79df91611ee798a406dfba42bce2e9c675dc846e62b884347350872b08a69551186c42b39237cda2287f7d102acc4545be5fd23a fbkeyboard-0.5.tar.gz
"