25 lines
671 B
Bash
25 lines
671 B
Bash
# Template file for 'chromium-widevine'
|
|
_chromeVersion="current"
|
|
_channel="stable"
|
|
|
|
pkgname=chromium-widevine
|
|
version=70.0.3538.67
|
|
revision=1
|
|
short_desc="A browser plugin designed for the viewing of premium video content"
|
|
maintainer="Benjamin Hoffmeyer <hoffmeyer25@gmail.com>"
|
|
homepage="https://www.google.com/chrome"
|
|
license="chrome"
|
|
only_for_archs="x86_64"
|
|
depends="chromium binutils xz"
|
|
repository=nonfree
|
|
create_wrksrc=yes
|
|
distfiles="https://dl.google.com/linux/direct/google-chrome-${_channel}_${_chromeVersion}_amd64.deb"
|
|
checksum=0a8e56fb302418531b11eec93209358c4b9b138ff5bc190256c87eb15c171a46
|
|
|
|
do_extract() {
|
|
:
|
|
}
|
|
do_install() {
|
|
vlicense ${FILESDIR}/LICENSE
|
|
}
|