21 lines
659 B
Bash
21 lines
659 B
Bash
# Template file for 'clipgrab'
|
|
pkgname=clipgrab
|
|
version=3.5.5
|
|
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="http://www.clipgrab.org"
|
|
distfiles="http://download.clipgrab.de/${pkgname}-${version}.tar.gz"
|
|
checksum=4d224079e5a872cf2106e32d3d3d91154c35a1c786a2408db691b7ea70355107
|
|
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
|
|
}
|