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