24 lines
670 B
Bash
24 lines
670 B
Bash
# Template file for 'chromium-widevine'
|
|
_chromeVersion="current"
|
|
_channel="stable"
|
|
|
|
pkgname=chromium-widevine
|
|
version=62.0.3202.62
|
|
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=98a34a85ba0018d3897a8a11de9f29df08e77d64a9d991df66fcf5c5cdd957c6
|
|
|
|
do_extract() {
|
|
:
|
|
}
|
|
do_install() {
|
|
vlicense ${FILESDIR}/LICENSE
|
|
}
|