29 lines
698 B
Bash
29 lines
698 B
Bash
# Template file for 'chromium-widevine'
|
|
#
|
|
# Keep in sync with 'chromium'!
|
|
#
|
|
_chromeVersion="current"
|
|
_channel="stable"
|
|
|
|
pkgname=chromium-widevine
|
|
version=72.0.3626.121
|
|
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=124599b32e95a6f053d4a47b94768cb79b3e8ba6a6d446842af16f49ae14b2c9
|
|
|
|
do_extract() {
|
|
:
|
|
}
|
|
|
|
do_install() {
|
|
vlicense ${FILESDIR}/LICENSE
|
|
}
|