25 lines
670 B
Bash
25 lines
670 B
Bash
# Template file for 'chromium-widevine'
|
|
_chromeVersion="current"
|
|
_channel="stable"
|
|
|
|
pkgname=chromium-widevine
|
|
version=55.0.2883.87
|
|
revision=1
|
|
short_desc="A browser plugin designed for the viewing of premium video content"
|
|
maintainer="Benjamin Hoffmeyer <hoffmeyer25@gmail.com>"
|
|
homepage="http://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=15e44458e0ff667fa0f97f6970df200daf41a671477f8a08cd18b5dbb64b77b3
|
|
|
|
do_extract() {
|
|
:
|
|
}
|
|
do_install() {
|
|
vlicense ${FILESDIR}/LICENSE
|
|
}
|