kiss [testing]: 4.0.0

This commit is contained in:
Dylan Araps 2020-07-28 03:16:11 +03:00
parent 8445e3f4c7
commit d7d2864dbc
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
7 changed files with 43 additions and 0 deletions

21
testing/kiss/build Executable file
View File

@ -0,0 +1,21 @@
#!/bin/sh -e
install -D kiss "$1/usr/bin/kiss"
install -D kiss_path.sh "$1/etc/profile.d/kiss_path.sh"
# Install kiss utilities.
cp contrib/* "$1/usr/bin/"
# Install distribution documentation.
for doc in docs/site/*.txt; do
install -Dm644 "$doc" "$1/usr/share/doc/kiss/${doc##*/}"
done
# Install the Wiki.
cp -r wiki "$1/usr/share/doc/kiss/wiki"
# Remove unnecessary pages.
rm -f "$1/usr/share/doc/kiss/wiki/README.txt" \
"$1/usr/share/doc/kiss/news.txt" \
"$1/usr/share/doc/kiss/blog.txt" \
"$1/usr/share/doc/kiss/screenshots.txt"

4
testing/kiss/checksums Normal file
View File

@ -0,0 +1,4 @@
6e47bd8ce73cfdc6e102d3e46a24e30e8aa02b1da0c97b9ba4842b57ab8b6b06 4.0.0.tar.gz
e761adb1b1177fd7ee2451cae8ee40171ec0ea4bf50d0c48f16c1de6b58db7ca 938d4625a976b395c53a31f2827c308e752b5fb0.tar.gz
e33009fc584c319e63fefddda37c3624842bd04def3b8e5eb96ec39b80533940 b2a6f73d1d8ca444b953b65b55ef9b6f0b4169ef.tar.gz
d56d159fd9f0c39a2692b4b00b1543b2eb476a0659aa6899efa0ff460863dc70 kiss_path.sh

1
testing/kiss/depends Normal file
View File

@ -0,0 +1 @@
git

View File

@ -0,0 +1 @@
export KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra:/var/db/kiss/repo/xorg

11
testing/kiss/post-install Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
find "$KISS_ROOT/usr/lib" \
! -type d \
-name \*.la \
-exec rm -f -- {} +
find "$KISS_ROOT/var/db/kiss/installed" \
! -type d \
-name manifest \
-exec sed -i '/.*\.la$/d' {} +

4
testing/kiss/sources Normal file
View File

@ -0,0 +1,4 @@
https://github.com/kisslinux/kiss/archive/4.0.0.tar.gz
https://github.com/kisslinux/website/archive/938d4625a976b395c53a31f2827c308e752b5fb0.tar.gz docs
https://github.com/kisslinux/wiki/archive/b2a6f73d1d8ca444b953b65b55ef9b6f0b4169ef.tar.gz wiki
files/kiss_path.sh

1
testing/kiss/version Normal file
View File

@ -0,0 +1 @@
4.0.0 1