22 lines
688 B
Bash
22 lines
688 B
Bash
# Template file for 'clipgrab'
|
|
pkgname=clipgrab
|
|
version=3.6.6
|
|
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=c5c1d41d4392b95495fe1f5b9d1dd9a7b557dbd80445aafa928fe4e9b6948ece
|
|
|
|
do_install() {
|
|
vbin clipgrab
|
|
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
|
|
vinstall ${FILESDIR}/clipgrab.desktop 644 usr/share/applications
|
|
}
|