forked from kiss-community/repo
kiss [testing]: 6.0.0
This commit is contained in:
parent
4ddbdc07a8
commit
5d66e69a32
20
testing/kiss/build
Executable file
20
testing/kiss/build
Executable file
@ -0,0 +1,20 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
mkdir -p "$1/usr/bin"
|
||||
|
||||
# Install kiss utilities.
|
||||
cp -f kiss 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"
|
3
testing/kiss/checksums
Normal file
3
testing/kiss/checksums
Normal file
@ -0,0 +1,3 @@
|
||||
e6120e96729f35c89e846437fadd9457d0182aeaf1c56a079dcc158dcfceaf6e
|
||||
59ac40c953685bf6d7da7d5b47d5d503c3ebbff1e9266089a08e86d2a0a6f3eb
|
||||
5b56f96ef4b5a137ac0ac402207caf7bb11769383551165d0f024145d5c6317d
|
2
testing/kiss/depends
Normal file
2
testing/kiss/depends
Normal file
@ -0,0 +1,2 @@
|
||||
curl
|
||||
git
|
3
testing/kiss/sources
Normal file
3
testing/kiss/sources
Normal file
@ -0,0 +1,3 @@
|
||||
https://github.com/kisslinux/kiss/archive/6.0.0.tar.gz
|
||||
https://github.com/kisslinux/website/archive/3460177c75be31c7c5dced2d7b065c05b6291abd.tar.gz docs
|
||||
https://github.com/kisslinux/wiki/archive/84efcf5e7551255004d632b3582e1fb0ea8236f5.tar.gz wiki
|
1
testing/kiss/version
Normal file
1
testing/kiss/version
Normal file
@ -0,0 +1 @@
|
||||
6.0.0 1
|
Loading…
Reference in New Issue
Block a user