mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/judo: move examples to -doc subpackage
pretty sure that's where I intended for them to be
This commit is contained in:
parent
093274b850
commit
125149fcf5
@ -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="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user