0f697bae7b
[ci skip]
28 lines
697 B
Bash
28 lines
697 B
Bash
# Template file for 'chromium-widevine'
|
|
#
|
|
# Keep in sync with 'chromium'!
|
|
#
|
|
_chromeVersion="current"
|
|
_channel="stable"
|
|
|
|
pkgname=chromium-widevine
|
|
version=79.0.3945.88
|
|
revision=1
|
|
archs="x86_64"
|
|
create_wrksrc=yes
|
|
short_desc="Browser plugin designed for the viewing of premium video content"
|
|
maintainer="Benjamin Hoffmeyer <hoffmeyer25@gmail.com>"
|
|
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=9f2ec10cfc313de21ca7c7100b50e088df741cd20812e76890e3d840ac7584cc
|
|
|
|
do_extract() {
|
|
:
|
|
}
|
|
|
|
do_install() {
|
|
vlicense ${FILESDIR}/LICENSE
|
|
}
|