Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
987add16
Unverified
Commit
987add16
authored
5 years ago
by
Ferenc Bakonyi
Committed by
Alexey Minnekhanov
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/fbkeyboard: new framebuffer console keyboard tool (
!1012
)
parent
81b5d606
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#191964
passed
5 years ago
Stage: first
Stage: second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/fbkeyboard/APKBUILD
+23
-0
23 additions, 0 deletions
main/fbkeyboard/APKBUILD
with
23 additions
and
0 deletions
main/fbkeyboard/APKBUILD
0 → 100644
+
23
−
0
View file @
987add16
# Maintainer: Ferenc Bakonyi <bakonyi.ferenc@gmail.com>
pkgname
=
"fbkeyboard"
pkgver
=
"0.3"
pkgrel
=
0
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"
makedepends
=
"linux-headers freetype-dev"
source
=
"https://github.com/bakonyiferenc/fbkeyboard/archive/
$pkgver
/fbkeyboard-
$pkgver
.tar.gz"
options
=
"!check"
# No tests
build
()
{
make
}
package
()
{
install
-Dm755
fbkeyboard
"
$pkgdir
"
/usr/bin/fbkeyboard
}
sha512sums
=
"a98c7dc329bd5cd3be3cb43175b4b005e10953740002f7eab006439afd573cb90b560c2bc7597d368444072c2959463bed0066d8f39b8c77aec2f3eb311c02e3 fbkeyboard-0.3.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment