void-packages/srcpkgs/clipgrab/template

22 lines
659 B
Bash
Raw Normal View History

# Template file for 'clipgrab'
pkgname=clipgrab
2015-11-15 09:35:54 +01:00
version=3.5.5
2015-11-05 08:17:09 +01:00
revision=1
2015-08-23 18:56:26 +02:00
build_style=qmake
2015-01-28 09:20:17 +01:00
hostmakedepends="qt-qmake"
2014-09-08 10:44:44 +02:00
makedepends="qt-devel"
2015-02-16 16:21:16 +01: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 06:24:00 +02:00
distfiles="http://download.clipgrab.de/${pkgname}-${version}.tar.gz"
2015-11-15 09:35:54 +01:00
checksum=4d224079e5a872cf2106e32d3d3d91154c35a1c786a2408db691b7ea70355107
2015-08-23 18:56:26 +02:00
configure_args=clipgrab.pro
do_install() {
2014-09-08 10:44:44 +02:00
vbin clipgrab
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
vinstall ${FILESDIR}/clipgrab.desktop 644 usr/share/applications
}