New package: gnome-mpv-0.15
This commit is contained in:
parent
b2ba273313
commit
d2b7e313cf
1 changed files with 18 additions and 0 deletions
18
srcpkgs/gnome-mpv/template
Normal file
18
srcpkgs/gnome-mpv/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'gnome-mpv'
|
||||||
|
pkgname=gnome-mpv
|
||||||
|
version=0.15
|
||||||
|
revision=1
|
||||||
|
build_style=meson
|
||||||
|
hostmakedepends="glib-devel pkg-config"
|
||||||
|
makedepends="gtk+3-devel libepoxy-devel libglib-devel mpv-devel"
|
||||||
|
short_desc="A simple GTK+ frontend for mpv"
|
||||||
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://gnome-mpv.github.io/"
|
||||||
|
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=e4e08ad9de7c883e583c56f440bc7e6f584e5f1b19e1bd008d01f616e75287f8
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# Fail due to wonky translations
|
||||||
|
:
|
||||||
|
}
|
Loading…
Reference in a new issue