commit a0fd8bb
chld
·
2026-08-30 13:07:18 +0000 UTC
parent 02c3297
slurp: init
4 files changed,
+17,
-12
+0,
-12
1@@ -1,12 +0,0 @@
2-#!/bin/sh -ue
3-NAME=dtr-ext
4-VERSION=git
5-RELEASE=1
6-SOURCE="https://srcdump.net/chld/${NAME}.git"
7-
8-build(){
9- mkdir -p $PKG/$PREFIX/share/dtr
10- cp * $PKG/$PREFIX/share/dtr/.
11-}
12-
13-. ${0%/*}/../../libsh/libdmake.sh
+3,
-0
1@@ -0,0 +1,3 @@
2+/wayland
3+.wayland-protocols
4+/libxkbcommon
+6,
-0
1@@ -0,0 +1,6 @@
2+name: slurp
3+description: a area selector for wayland
4+license: MIT
5+upstream: https://github.com/emersion/slurp
6+version: git
7+maintainer:
+8,
-0
1@@ -0,0 +1,8 @@
2+#!/bin/sh -ue
3+NAME=slurp
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://github.com/emersion/${NAME}.git"
7+BUILD_OPT="-Dman-pages=disabled -Dprefix=/ -Ddefault_library=static"
8+
9+. ${0%/*}/../../libsh/libdmake.sh