ssu: new package 0.3.2

This commit is contained in:
Dylan Araps 2021-07-05 16:42:28 +03:00
parent d8e18b91c6
commit 058f34059a
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 16 additions and 0 deletions

9
extra/ssu/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
make
make \
DESTDIR="$1" \
PREFIX=/usr \
BINOWN="$(id -u)" \
BINGRP="$(id -g)" \
install

1
extra/ssu/checksums Normal file
View File

@ -0,0 +1 @@
949bcfc5bd1a9908d1c9ff754bd16d092c9dcfde36e4f5d8785eb47d5baf1cec

4
extra/ssu/post-install Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
chown root:wheel /usr/bin/ssu
chmod 4754 /usr/bin/ssu

1
extra/ssu/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/illiliti/ssu/archive/refs/tags/0.3.2.tar.gz

1
extra/ssu/version Normal file
View File

@ -0,0 +1 @@
0.3.2 1