diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-01 00:53:33 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-01 00:53:33 +0800 |
| commit | c5dd4c19a2c9308db0d165ea495ad54502de9489 (patch) | |
| tree | 8bdd61b5cc28f42e430ef50b252d7b33c6153701 /repos/extra | |
| parent | 9b790762121460bbb3204b014b74e781a95319e7 (diff) | |
| download | alicelinux-c5dd4c19a2c9308db0d165ea495ad54502de9489.tar.gz alicelinux-c5dd4c19a2c9308db0d165ea495ad54502de9489.zip | |
pqiv: new added
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/pqiv/.files | 9 | ||||
| -rw-r--r-- | repos/extra/pqiv/abuild | 4 | ||||
| -rw-r--r-- | repos/extra/pqiv/depends | 2 |
3 files changed, 15 insertions, 0 deletions
diff --git a/repos/extra/pqiv/.files b/repos/extra/pqiv/.files new file mode 100644 index 00000000..e3b0aa4f --- /dev/null +++ b/repos/extra/pqiv/.files @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/pqiv +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/pqiv.desktop +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/pqiv.1.gz diff --git a/repos/extra/pqiv/abuild b/repos/extra/pqiv/abuild new file mode 100644 index 00000000..e9eabd64 --- /dev/null +++ b/repos/extra/pqiv/abuild @@ -0,0 +1,4 @@ +name=pqiv +version=2.13.1 +release=1 +source="https://github.com/phillipberndt/${name}/archive/${version}/${name}-${version}.tar.gz" diff --git a/repos/extra/pqiv/depends b/repos/extra/pqiv/depends new file mode 100644 index 00000000..e1828675 --- /dev/null +++ b/repos/extra/pqiv/depends @@ -0,0 +1,2 @@ +bash +gtk3 |