commit 4d87c57

chld  ·  2026-08-22 16:45:52 +0000 UTC
parent 2c2472c
swiv: init
3 files changed,  +16, -0
+2, -0
1@@ -0,0 +1,2 @@
2+.wayland
3+.wayland-protocols
+6, -0
1@@ -0,0 +1,6 @@
2+name: swiv
3+description: simple wayland image viewer
4+license:
5+upstream:
6+version: git
7+maintainer: chld
+8, -0
1@@ -0,0 +1,8 @@
2+#!/bin/sh -ue
3+NAME=swiv
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://git.sr.ht/~shrub900/swiv"
7+BUILD_OPT="" 
8+
9+. ${0%/*}/../../libsh/libdmake.sh