diff options
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/stagit/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/stagit/.files | 16 | ||||
| -rw-r--r-- | repos/extra/stagit/abuild | 8 | ||||
| -rw-r--r-- | repos/extra/stagit/depends | 1 |
4 files changed, 26 insertions, 0 deletions
diff --git a/repos/extra/stagit/.checksum b/repos/extra/stagit/.checksum new file mode 100644 index 00000000..0b432a13 --- /dev/null +++ b/repos/extra/stagit/.checksum @@ -0,0 +1 @@ +645be0560ccb3f326f9e7e005fd7250f5f7e57ff1b3ab950786c7e20f21dbaa5 stagit-1.2.tar.gz diff --git a/repos/extra/stagit/.files b/repos/extra/stagit/.files new file mode 100644 index 00000000..a88f6ce8 --- /dev/null +++ b/repos/extra/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/repos/extra/stagit/abuild b/repos/extra/stagit/abuild new file mode 100644 index 00000000..a7a6bb15 --- /dev/null +++ b/repos/extra/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/repos/extra/stagit/depends b/repos/extra/stagit/depends new file mode 100644 index 00000000..8476a462 --- /dev/null +++ b/repos/extra/stagit/depends @@ -0,0 +1 @@ +libgit2 |