kicad-doc: don't build where kicad does not build

This commit is contained in:
q66 2022-01-29 18:38:29 +01:00
parent e713eb77ce
commit aa002a1a2d

View file

@ -9,6 +9,14 @@ homepage="http://kicad.org"
distfiles="https://kicad-downloads.s3.cern.ch/docs/${pkgname}-${version}.tar.gz"
checksum=6093c99cfde827fb42fc351ef301f0dcad805f0c256ef02a0e82d9daafc238d3
if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
broken="kicad not available"
fi
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
broken="kicad not available"
fi
do_install() {
vmkdir usr/
vcopy share/ usr/