mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
libquvi-scripts: remove long_desc.
This commit is contained in:
parent
2849b3c2df
commit
1d28d3ca79
1 changed files with 2 additions and 14 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libquvi-scripts'
|
# Template file for 'libquvi-scripts'
|
||||||
pkgname=libquvi-scripts
|
pkgname=libquvi-scripts
|
||||||
version=0.4.18
|
version=0.4.18
|
||||||
revision=1
|
revision=2
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config lua"
|
||||||
makedepends="lua"
|
makedepends="lua"
|
||||||
depends="lua"
|
depends="lua"
|
||||||
short_desc="Set of (lua) scripts for libquvi"
|
short_desc="Set of (lua) scripts for libquvi"
|
||||||
|
@ -13,15 +13,3 @@ license="LGPL-2.1"
|
||||||
homepage="http://quvi.sourceforge.net/"
|
homepage="http://quvi.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/quvi/$pkgname-$version.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/quvi/$pkgname-$version.tar.xz"
|
||||||
checksum=be2764a6a786eb2d28c9d17069f28f9370f82a908ef99a766793cf4c5e4ee4e3
|
checksum=be2764a6a786eb2d28c9d17069f28f9370f82a908ef99a766793cf4c5e4ee4e3
|
||||||
long_desc="
|
|
||||||
It originates from the idea of working around the flash requirement found
|
|
||||||
on many media hosting websites (e.g. YouTube).
|
|
||||||
|
|
||||||
* Parses additional media details (e.g. media title, media ID)
|
|
||||||
* Supported platforms include Linux, *BSD systems
|
|
||||||
* C library: Fast and low system footprint
|
|
||||||
* Easy to extend: uses lua for scripting
|
|
||||||
* Supports 40+ websites
|
|
||||||
* C API is simple to use
|
|
||||||
|
|
||||||
This package contains a set of plugins for use with libquvi and/or quvi."
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue