void-packages/srcpkgs/clipgrab/template
2016-06-30 13:03:54 +02:00

21 lines
660 B
Bash

# Template file for 'clipgrab'
pkgname=clipgrab
version=3.6.1
revision=1
build_style=qmake
hostmakedepends="qt-qmake"
makedepends="qt-devel"
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="https://www.clipgrab.org"
distfiles="https://download.clipgrab.org/clipgrab-${version}.tar.gz"
checksum=4cdf3964f8f208866356497d9f5ee5208b5d7902bcd1fe27ba4d79e7d3b2bade
configure_args=clipgrab.pro
do_install() {
vbin clipgrab
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
vinstall ${FILESDIR}/clipgrab.desktop 644 usr/share/applications
}