23 lines
594 B
Bash
23 lines
594 B
Bash
# Template file for 'kicad-doc'
|
|
pkgname=kicad-doc
|
|
version=6.0.1
|
|
revision=1
|
|
short_desc="KiCad documentation"
|
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|
license="GPL-3.0-or-later, CC-BY-3.0"
|
|
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/
|
|
}
|