25 lines
670 B
Bash
25 lines
670 B
Bash
# Template file for 'chromium-widevine'
|
|
_chromeVersion="current"
|
|
_channel="stable"
|
|
|
|
pkgname=chromium-widevine
|
|
version=72.0.3626.109
|
|
revision=1
|
|
short_desc="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=c8bf514f3c70868120924ee2d4872a0e47dcff315bdf799ba2f98dd7aa85fe2b
|
|
|
|
do_extract() {
|
|
:
|
|
}
|
|
do_install() {
|
|
vlicense ${FILESDIR}/LICENSE
|
|
}
|