void-packages/srcpkgs/clipgrab/template
2016-11-25 14:15:24 +01:00

21 lines
676 B
Bash

# Template file for 'clipgrab'
pkgname=clipgrab
version=3.6.2
revision=1
build_style=qmake
configure_args=clipgrab.pro
hostmakedepends="qt-qmake"
makedepends="qt-devel qt-webkit-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=d522b199f1a759cdd6c52a38ced959b56a8b74d81d920249b957daf92787eb58
do_install() {
vbin clipgrab
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
vinstall ${FILESDIR}/clipgrab.desktop 644 usr/share/applications
}