mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
parent
24047c44bb
commit
c2adcf9a33
1 changed files with 9 additions and 5 deletions
|
@ -1,15 +1,19 @@
|
||||||
# Template file for 'rage-player'
|
# Template file for 'rage-player'
|
||||||
pkgname=rage-player
|
pkgname=rage-player
|
||||||
version=0.2.1
|
version=0.3.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="rage-${version}"
|
wrksrc="rage-${version}"
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
hostmakedepends="pkg-config efl-devel"
|
hostmakedepends="pkg-config efl-devel"
|
||||||
makedepends="efl-devel"
|
makedepends="efl-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="Video and Audio player written with Enlightenment Foundation Libraries"
|
short_desc="Video and Audio player written with Enlightenment Foundation Libraries"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="2-Clause-BSD"
|
||||||
homepage="https://www.enlightenment.org/p.php?p=about/rage"
|
homepage="https://www.enlightenment.org/p.php?p=about/rage"
|
||||||
distfiles="http://download.enlightenment.org/rel/apps/rage/rage-${version}.tar.gz"
|
distfiles="https://download.enlightenment.org/rel/apps/rage/rage-${version}.tar.xz"
|
||||||
checksum=24514ab8d6e06f159d4a4eb4a3da80a569785014f2628610f00cdb5561589d76
|
checksum=1e772370c2199f89f4c34f1968432df4eabf0e4fe4f960649d0b9d27496bdf3d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue