18 lines
562 B
Bash
18 lines
562 B
Bash
# Template file for 'pdf.js'
|
|
pkgname=pdf.js
|
|
version=3.10.111
|
|
revision=1
|
|
create_wrksrc=yes
|
|
short_desc="Portable Document Format (PDF) viewer built with HTML5"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://mozilla.github.io/pdf.js/"
|
|
distfiles="https://github.com/mozilla/pdf.js/releases/download/v${version}/pdfjs-${version}-legacy-dist.zip"
|
|
checksum=0a78b6219514cc7cb6782fb63b6839ceb0735099e3d1bc8631826ebf35817208
|
|
|
|
do_install() {
|
|
vmkdir usr/share/$pkgname/
|
|
vcopy web usr/share/$pkgname/
|
|
vcopy build usr/share/$pkgname/
|
|
}
|