040b7ec514
Closes #13285. Signed-off-by: Enno Boland <gottox@voidlinux.org>
28 lines
698 B
Bash
28 lines
698 B
Bash
# Template file for 'chromium-widevine'
|
|
#
|
|
# Keep in sync with 'chromium'!
|
|
#
|
|
_chromeVersion="current"
|
|
_channel="stable"
|
|
|
|
pkgname=chromium-widevine
|
|
version=75.0.3770.142
|
|
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=8a39e922d9d0f12b79949efc46c22021f89a8207670fa9493a366ad8231b343f
|
|
|
|
do_extract() {
|
|
:
|
|
}
|
|
|
|
do_install() {
|
|
vlicense ${FILESDIR}/LICENSE
|
|
}
|