summaryrefslogtreecommitdiffstats
path: root/libxkbfile/MAKEPKG
diff options
context:
space:
mode:
authorzorz <zorz@opentux.org>2026-03-28 14:40:33 +0200
committerzorz <zorz@opentux.org>2026-03-28 14:40:33 +0200
commita9230107e4c1d51d62e315aeda5e6e80511c667b (patch)
tree4727b8bbc1d39cd953e2f50ce93e8426098a758d /libxkbfile/MAKEPKG
parente092488d813b621809994b5e41d772636ec8796c (diff)
downloadxorg-main.tar.gz
xorg-main.tar.xz
unbrandingHEADmain
Diffstat (limited to 'libxkbfile/MAKEPKG')
-rw-r--r--libxkbfile/MAKEPKG31
1 files changed, 0 insertions, 31 deletions
diff --git a/libxkbfile/MAKEPKG b/libxkbfile/MAKEPKG
deleted file mode 100644
index d25adfb..0000000
--- a/libxkbfile/MAKEPKG
+++ /dev/null
@@ -1,31 +0,0 @@
1#!/bin/mkpkg
2# *** OpenTUX ***
3# description: X keyboard file library
4# url: https://xorg.freedesktop.org
5
6name=libxkbfile
7version=1.2.0
8release=1
9depends=(libx11)
10makedeps=(meson)
11source=(https://www.x.org/releases/individual/lib/$name-$version.tar.xz)
12
13sha256sums=(
14 "7f71884e5faf56fb0e823f3848599cf9b5a9afce51c90982baeb64f635233ebf"
15)
16
17build() {
18 meson setup $name-$version build \
19 --prefix=/usr \
20 --buildtype=plain
21
22 meson compile -C build
23 DESTDIR=$PKG meson install -C build
24}
25
26signify() {
27 untrusted comment: *** OpenTUX *** public key
28 RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
29}
30
31# vim: filetype=sh