16 lines
435 B
Bash
16 lines
435 B
Bash
# Template file for 'kicad-doc'
|
|
pkgname=kicad-doc
|
|
version=5.1.10
|
|
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-pcb.org"
|
|
distfiles="https://kicad-downloads.s3.cern.ch/docs/${pkgname}-${version}.tar.gz"
|
|
checksum=73d986b7a9d5d777e4bf9bc7594e43568e067cd33466940957b5a513d9affd03
|
|
|
|
do_install() {
|
|
vmkdir usr/
|
|
vcopy share/ usr/
|
|
}
|