mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
ssu: new package 0.3.2
This commit is contained in:
parent
d8e18b91c6
commit
058f34059a
9
extra/ssu/build
Executable file
9
extra/ssu/build
Executable 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
1
extra/ssu/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
949bcfc5bd1a9908d1c9ff754bd16d092c9dcfde36e4f5d8785eb47d5baf1cec
|
4
extra/ssu/post-install
Executable file
4
extra/ssu/post-install
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
chown root:wheel /usr/bin/ssu
|
||||||
|
chmod 4754 /usr/bin/ssu
|
1
extra/ssu/sources
Normal file
1
extra/ssu/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://github.com/illiliti/ssu/archive/refs/tags/0.3.2.tar.gz
|
1
extra/ssu/version
Normal file
1
extra/ssu/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
0.3.2 1
|
Loading…
Reference in New Issue
Block a user