16 lines
436 B
Bash
16 lines
436 B
Bash
|
# Template file for 'kicad-doc'
|
||
|
pkgname=kicad-doc
|
||
|
version=5.1.6
|
||
|
revision=1
|
||
|
short_desc="KiCad documentation"
|
||
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||
|
license="GPL-3.0-or-later OR CC-BY-3.0"
|
||
|
homepage="http://kicad-pcb.org"
|
||
|
distfiles="https://kicad-downloads.s3.cern.ch/docs/${pkgname}-${version}.tar.gz"
|
||
|
checksum=3abb7f96269d146023463edb0a5eaaeb73ff4f7b1b6948a5d97deeaf625aecd0
|
||
|
|
||
|
do_install() {
|
||
|
vmkdir usr/
|
||
|
vcopy share/ usr/
|
||
|
}
|