Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: bump to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Feb 24, 2020
1 parent a55e32c commit 6dc4e27
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
7 changes: 7 additions & 0 deletions core/kiss/build
Expand Up @@ -4,4 +4,11 @@ install -D kiss "$1/usr/bin/kiss"
install -D kiss_path.sh "$1/etc/profile.d/kiss_path.sh"
install -Dm 644 kiss.1 "$1/usr/share/man/man1/kiss.1"

# Install kiss utilities.
cp contrib/* "$1/usr/bin/"

# Install distribution documentation.
for doc in faq guidestones install package-system style; do
install -Dm644 "docs/site/$doc.txt" \
"$1/usr/share/doc/kiss/$doc.txt"
done
3 changes: 2 additions & 1 deletion core/kiss/checksums
@@ -1,2 +1,3 @@
e51ff89ab0801e0d209f7b1df2e5ec1178d34d9234005fb3fbb049b1e510d0f0 1.7.0.tar.gz
5865bd913051be08e89bb25b773517fd14505fe6980b3445709876594b7faba8 1.7.1.tar.gz
32a04f11f199c6ad7f19b439d0801db20673510e37119f73e9770bbab1a47b1d b98f50e639d6ecdfc6997a12c84502c0ee00e7d9.tar.gz
d56d159fd9f0c39a2692b4b00b1543b2eb476a0659aa6899efa0ff460863dc70 kiss_path.sh
8 changes: 8 additions & 0 deletions core/kiss/post-install
@@ -0,0 +1,8 @@
#!/bin/sh

cat <<EOF
NOTE: All distribution documentation is now
installed to /usr/share/doc/kiss.
EOF
3 changes: 2 additions & 1 deletion core/kiss/sources
@@ -1,2 +1,3 @@
https://github.com/kisslinux/kiss/archive/1.7.0.tar.gz
https://github.com/kisslinux/kiss/archive/1.7.1.tar.gz
https://github.com/kisslinux/website/archive/b98f50e639d6ecdfc6997a12c84502c0ee00e7d9.tar.gz docs
files/kiss_path.sh
2 changes: 1 addition & 1 deletion core/kiss/version
@@ -1 +1 @@
1.7.0 1
1.7.1 1

0 comments on commit 6dc4e27

Please sign in to comment.