community/judo: move examples to -doc subpackage

pretty sure that's where I intended for them to be
This commit is contained in:
omni 2023-12-13 23:06:36 +00:00
parent 093274b850
commit 125149fcf5

View File

@ -2,7 +2,7 @@
# Maintainer: omni <omni+alpine@hack.org>
pkgname=judo
pkgver=0.6
pkgrel=0
pkgrel=1
pkgdesc="Simple orchestration & configuration management"
url="https://github.com/rollcat/judo"
license="MIT"
@ -27,8 +27,8 @@ check() {
package() {
install -Dm0755 "$pkgname" -t "$pkgdir"/usr/bin
install -Dm0644 license.txt -t "$pkgdir"/usr/share/licenses/"$pkgname"
mkdir -p "$pkgdir"/usr/share/"$pkgname"
cp -r examples "$pkgdir"/usr/share/"$pkgname"/
mkdir -p "$pkgdir"/usr/share/doc/"$pkgname"
cp -r examples "$pkgdir"/usr/share/doc/"$pkgname"/
}
sha512sums="