kiss: new ptrcport

This commit is contained in:
psykose 2022-05-01 06:52:14 +00:00
parent 5a005b68ae
commit 15352225be
Signed by: psykose
SSH key fingerprint: SHA256:HwlGVJNLZqHoOvMtkshyGaXLkcdbEJahYMlepHFL+Uk
4 changed files with 43 additions and 0 deletions

20
kiss/APKBUILD Normal file
View file

@ -0,0 +1,20 @@
# Maintainer: psykose <alice@ayaya.dev>
pkgname=kiss
pkgver=1
pkgrel=0
pkgdesc="a kiss"
url="https://git.ddd.rip/ptrcnull/ptrcports"
arch="noarch"
license="ISC"
install="$pkgname.post-install $pkgname.post-upgrade"
source="kiss"
options="!check" # why check for a kiss?
package() {
install -Dm755 "$srcdir"/kiss \
-t "$pkgdir"/usr/bin
}
sha512sums="
c5d192807e499adea790ac5bfb67bbe9b046e4677b4f0c102b0e4d67f7ef44e8dee59f7e54c6d495bffe0585398b957a4aac82c311ef0d05ebb8c0a413f51676 kiss
"

11
kiss/kiss Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
cat <<- EOF >&2
* >>>>>
*
* :* :*
*
* <<<<<
EOF
exit 0

11
kiss/kiss.post-install Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
cat <<- EOF >&2
* >>>>>
*
* :* :*
*
* <<<<<
EOF
exit 0

1
kiss/kiss.post-upgrade Symbolic link
View file

@ -0,0 +1 @@
kiss.post-install