mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
core/bkeymaps: new aport
Binary keymaps for busybox http://dev.alpinelinux.org/alpine/bkeymaps
This commit is contained in:
parent
600b8a24e1
commit
ce6f3d73f1
15
core/bkeymaps/APKBUILD
Normal file
15
core/bkeymaps/APKBUILD
Normal file
@ -0,0 +1,15 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=bkeymaps
|
||||
pkgver=1.13
|
||||
pkgrel=0
|
||||
pkgdesc="Binary keymaps for busybox"
|
||||
url="http://dev.alpinelinux.org/alpine/bkeymaps"
|
||||
license="GPL"
|
||||
depends="busybox"
|
||||
source="http://dev.alpinelinux.org/alpine/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
md5sums="a68058ab4a81cf9a8dcbaaa7a5df5b11 bkeymaps-1.13.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user