vp-build/srcpkgs/clipgrab/template

22 lines
688 B
Bash

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