18 lines
560 B
Bash
18 lines
560 B
Bash
# Template file for 'pdf.js'
|
|
pkgname=pdf.js
|
|
version=2.14.305
|
|
revision=1
|
|
create_wrksrc=yes
|
|
short_desc="Portable Document Format (PDF) viewer built with HTML5"
|
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
|
license="Apache-2.0"
|
|
homepage="https://mozilla.github.io/pdf.js/"
|
|
distfiles="https://github.com/mozilla/pdf.js/releases/download/v${version}/pdfjs-${version}-dist.zip"
|
|
checksum=1929a00d26d7cd631033ab5a06dcd7d6c283b7d3b06c76083fb840bd1e014896
|
|
|
|
do_install() {
|
|
vmkdir usr/share/$pkgname/
|
|
vcopy web usr/share/$pkgname/
|
|
vcopy build usr/share/$pkgname/
|
|
}
|