diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:48:49 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:48:49 +0800 |
| commit | 1220835b6307b6387690cf368b1a2d0b58290f0a (patch) | |
| tree | 4da1a2ba903e3560610ad4eb3f99d0b82f3d7b91 /repos | |
| parent | f54f76dcfe49cb80b33dc4a195511e76c29dec0e (diff) | |
| download | alicelinux-1220835b6307b6387690cf368b1a2d0b58290f0a.tar.gz alicelinux-1220835b6307b6387690cf368b1a2d0b58290f0a.zip | |
nbwmon: new added
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/nbwmon/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/nbwmon/.files | 3 | ||||
| -rw-r--r-- | repos/extra/nbwmon/abuild | 4 |
3 files changed, 8 insertions, 0 deletions
diff --git a/repos/extra/nbwmon/.checksum b/repos/extra/nbwmon/.checksum new file mode 100644 index 00000000..fe58a0d4 --- /dev/null +++ b/repos/extra/nbwmon/.checksum @@ -0,0 +1 @@ +7f6a34bd1113c5ff88e6920fa8f42cbc6f37c84925fe2da6d4ca025ff8a29fee nbwmon-0.5.2.tar.gz diff --git a/repos/extra/nbwmon/.files b/repos/extra/nbwmon/.files new file mode 100644 index 00000000..42eebdf8 --- /dev/null +++ b/repos/extra/nbwmon/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/nbwmon diff --git a/repos/extra/nbwmon/abuild b/repos/extra/nbwmon/abuild new file mode 100644 index 00000000..48879a00 --- /dev/null +++ b/repos/extra/nbwmon/abuild @@ -0,0 +1,4 @@ +name=nbwmon +version=0.5.2 +release=1 +source="https://github.com/causes-/${name}/archive/${version}/${name}-${version}.tar.gz" |