diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-07 03:06:04 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-07 03:06:04 +0000 |
| commit | 401a571f0ec7b7fbc4cf3a3ca2f68a22f49d3dea (patch) | |
| tree | 47aa2c5fca801119def2348e32e6095bc7ce71cb /stagit | |
| parent | 03f52ccce6a45e6e1dbd753c1626c11f079d39a6 (diff) | |
| download | alicelinux-401a571f0ec7b7fbc4cf3a3ca2f68a22f49d3dea.tar.gz alicelinux-401a571f0ec7b7fbc4cf3a3ca2f68a22f49d3dea.zip | |
Woodpecker CI cd8da77f19195572e5931c72cd32b061583ce2cb [SKIP CI]
Diffstat (limited to 'stagit')
| -rw-r--r-- | stagit/.checksum | 1 | ||||
| -rw-r--r-- | stagit/.files | 16 | ||||
| -rw-r--r-- | stagit/abuild | 8 | ||||
| -rw-r--r-- | stagit/depends | 1 |
4 files changed, 26 insertions, 0 deletions
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 |