diff options
author | Britney Fransen <brfransen@gmail.com> | 2025-07-18 14:25:03 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2025-07-18 14:25:03 (GMT) |
commit | efcc38efc4c2b1abb611a8473a1cddaef99a2386 (patch) | |
tree | 8e97e551ec5feaeba45d733ab2c9403f60561007 /linhes/ckbcomp | |
parent | c96f0db83e66a5112baa655edfbe95e3e609ab37 (diff) | |
download | linhes_pkgbuild-efcc38efc4c2b1abb611a8473a1cddaef99a2386.zip linhes_pkgbuild-efcc38efc4c2b1abb611a8473a1cddaef99a2386.tar.gz linhes_pkgbuild-efcc38efc4c2b1abb611a8473a1cddaef99a2386.tar.bz2 |
ckbcomp: add some files
Diffstat (limited to 'linhes/ckbcomp')
-rwxr-xr-x | linhes/ckbcomp/.SRCINFO | 13 | ||||
-rw-r--r-- | linhes/ckbcomp/.gitignore | 4 |
2 files changed, 17 insertions, 0 deletions
diff --git a/linhes/ckbcomp/.SRCINFO b/linhes/ckbcomp/.SRCINFO new file mode 100755 index 0000000..ba4eabe --- /dev/null +++ b/linhes/ckbcomp/.SRCINFO @@ -0,0 +1,13 @@ +pkgbase = ckbcomp + pkgdesc = Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol + pkgver = 1.239 + pkgrel = 1 + url = https://salsa.debian.org/installer-team/console-setup + arch = any + license = GPL-2.0-or-later + makedepends = git + source = console-setup::git+https://salsa.debian.org/installer-team/console-setup.git#commit=1.239 + sha256sums = eaa3804a3f3cc0bb826b6f457fd16988f2c914d047437245d7dbef5c87513f8e + +pkgname = ckbcomp + depends = perl diff --git a/linhes/ckbcomp/.gitignore b/linhes/ckbcomp/.gitignore new file mode 100644 index 0000000..018a3de --- /dev/null +++ b/linhes/ckbcomp/.gitignore @@ -0,0 +1,4 @@ +* +!PKGBUILD +!.SRCINFO +!.gitignore |