29 lines
694 B
Bash
29 lines
694 B
Bash
# Template file for 'chromium-widevine'
|
|
#
|
|
# Keep in sync with 'chromium'!
|
|
#
|
|
_chromeVersion="current"
|
|
_channel="stable"
|
|
|
|
pkgname=chromium-widevine
|
|
version=84.0.4147.105
|
|
revision=1
|
|
archs="x86_64"
|
|
create_wrksrc=yes
|
|
short_desc="Browser plugin designed for the viewing of premium video content"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="custom: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=dc7fa2ca2dccf482524dc2a343662859a22ad1fb33767447d7de6fcf6cc1dd7e
|
|
|
|
do_extract() {
|
|
:
|
|
}
|
|
|
|
do_install() {
|
|
vlicense ${FILESDIR}/LICENSE
|
|
}
|