29 lines
687 B
Bash
29 lines
687 B
Bash
# Template file for 'chromium-widevine'
|
|
#
|
|
# Keep in sync with 'chromium'!
|
|
#
|
|
_chromeVersion="current"
|
|
_channel="stable"
|
|
|
|
pkgname=chromium-widevine
|
|
version=80.0.3987.163
|
|
revision=1
|
|
archs="x86_64"
|
|
create_wrksrc=yes
|
|
short_desc="Browser plugin designed for the viewing of premium video content"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="chrome"
|
|
depends="chromium binutils xz"
|
|
homepage="https://www.google.com/chrome"
|
|
repository=nonfree
|
|
distfiles="https://dl.google.com/linux/direct/google-chrome-${_channel}_${_chromeVersion}_amd64.deb"
|
|
checksum=b90bf1c12c448cd747b52748d153bd656a989c47222cf19dedb1aedeb68940cf
|
|
|
|
do_extract() {
|
|
:
|
|
}
|
|
|
|
do_install() {
|
|
vlicense ${FILESDIR}/LICENSE
|
|
}
|