From 401a571f0ec7b7fbc4cf3a3ca2f68a22f49d3dea Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Sun, 7 Sep 2025 03:06:04 +0000 Subject: Woodpecker CI cd8da77f19195572e5931c72cd32b061583ce2cb [SKIP CI] --- stagit/.checksum | 1 + stagit/.files | 16 ++++++++++++++++ stagit/abuild | 8 ++++++++ stagit/depends | 1 + 4 files changed, 26 insertions(+) create mode 100644 stagit/.checksum create mode 100644 stagit/.files create mode 100644 stagit/abuild create mode 100644 stagit/depends (limited to 'stagit') diff --git a/stagit/.checksum b/stagit/.checksum new file mode 100644 index 00000000..0b432a13 --- /dev/null +++ b/stagit/.checksum @@ -0,0 +1 @@ +645be0560ccb3f326f9e7e005fd7250f5f7e57ff1b3ab950786c7e20f21dbaa5 stagit-1.2.tar.gz diff --git a/stagit/.files b/stagit/.files new file mode 100644 index 00000000..a88f6ce8 --- /dev/null +++ b/stagit/.files @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/stagit +-rwxr-xr-x root/root usr/bin/stagit-index +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/stagit-index.1 +-rw-r--r-- root/root usr/man/man1/stagit.1 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/stagit/ +-rw-r--r-- root/root usr/share/stagit/README +-rwxr-xr-x root/root usr/share/stagit/example_create.sh +-rwxr-xr-x root/root usr/share/stagit/example_post-receive.sh +-rw-r--r-- root/root usr/share/stagit/favicon.png +-rw-r--r-- root/root usr/share/stagit/logo.png +-rw-r--r-- root/root usr/share/stagit/style.css diff --git a/stagit/abuild b/stagit/abuild new file mode 100644 index 00000000..a7a6bb15 --- /dev/null +++ b/stagit/abuild @@ -0,0 +1,8 @@ +name=stagit +version=1.2 +release=1 +source="https://codemadness.org/releases/${name}/${name}-${version}.tar.gz" + +postbuild() { + mv $PKG/usr/share/doc/$name $PKG/usr/share +} diff --git a/stagit/depends b/stagit/depends new file mode 100644 index 00000000..8476a462 --- /dev/null +++ b/stagit/depends @@ -0,0 +1 @@ +libgit2 -- cgit v1.2.3