void-packages/srcpkgs/clipgrab/template

22 lines
659 B
Bash
Raw Normal View History

# Template file for 'clipgrab'
pkgname=clipgrab
2015-08-02 04:24:00 +00:00
version=3.5.1
2015-08-23 16:56:26 +00:00
revision=2
build_style=qmake
2015-01-28 08:20:17 +00:00
hostmakedepends="qt-qmake"
2014-09-08 08:44:44 +00:00
makedepends="qt-devel"
2015-02-16 15:21:16 +00:00
depends="ffmpeg desktop-file-utils"
short_desc="A friendly downloader for YouTube and other sites"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://www.clipgrab.org"
2015-08-02 04:24:00 +00:00
distfiles="http://download.clipgrab.de/${pkgname}-${version}.tar.gz"
checksum=e911afb98b30f3ac2a9c354ccd22345302df99148660d4da3bb2430ff63f159a
2015-08-23 16:56:26 +00:00
configure_args=clipgrab.pro
do_install() {
2014-09-08 08:44:44 +00:00
vbin clipgrab
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
vinstall ${FILESDIR}/clipgrab.desktop 644 usr/share/applications
}