diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:18:45 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:19:38 +0300 |
commit | 609e4c30c163b68d32e11a4c9ca06dfe00abd55c (patch) | |
tree | d5d234b857a5d139171759881f8251ea5a69d4ae | |
parent | 759096f0aabf34e4d277b74dbd94cc20a32c914d (diff) | |
download | repository-609e4c30c163b68d32e11a4c9ca06dfe00abd55c.tar.gz |
cage: add new package at 0.1.4
-rwxr-xr-x | wayland/cage/build | 10 | ||||
-rw-r--r-- | wayland/cage/checksums | 1 | ||||
-rw-r--r-- | wayland/cage/depends | 7 | ||||
-rw-r--r-- | wayland/cage/meta | 3 | ||||
-rw-r--r-- | wayland/cage/sources | 1 | ||||
-rw-r--r-- | wayland/cage/version | 1 |
6 files changed, 23 insertions, 0 deletions
diff --git a/wayland/cage/build b/wayland/cage/build new file mode 100755 index 00000000..b323addb --- /dev/null +++ b/wayland/cage/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +cl-meson \ + -Dman-pages=enabled \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/cage/checksums b/wayland/cage/checksums new file mode 100644 index 00000000..e28095ce --- /dev/null +++ b/wayland/cage/checksums @@ -0,0 +1 @@ +dfe27fb0c7d43db72d6c82f01e2736580a0791a23ba69d7b56285d08af98ad90 cage-0.1.4.tar.gz diff --git a/wayland/cage/depends b/wayland/cage/depends new file mode 100644 index 00000000..3b5f5f1c --- /dev/null +++ b/wayland/cage/depends @@ -0,0 +1,7 @@ +libxkbcommon +meson make +pixman +scdoc make +wayland +wayland-protocols make +wlroots diff --git a/wayland/cage/meta b/wayland/cage/meta new file mode 100644 index 00000000..d15f8be2 --- /dev/null +++ b/wayland/cage/meta @@ -0,0 +1,3 @@ +description: A Wayland kiosk +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/cage/sources b/wayland/cage/sources new file mode 100644 index 00000000..a7665907 --- /dev/null +++ b/wayland/cage/sources @@ -0,0 +1 @@ +https://github.com/Hjdskes/cage/releases/download/v0.1.4/cage-0.1.4.tar.gz diff --git a/wayland/cage/version b/wayland/cage/version new file mode 100644 index 00000000..3aefaafc --- /dev/null +++ b/wayland/cage/version @@ -0,0 +1 @@ +0.1.4 1 |