22 lines
693 B
Bash
22 lines
693 B
Bash
# Template file for 'clipgrab'
|
|
pkgname=clipgrab
|
|
version=3.7.0
|
|
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="Friendly downloader for YouTube and other sites"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://clipgrab.org"
|
|
distfiles="https://download.clipgrab.org/clipgrab-${version}.tar.gz"
|
|
checksum=6445a5ef7d3e2f6ffe6c4a18e489d3b451c4b5ebb5ea3efe11d0788f8210a167
|
|
|
|
do_install() {
|
|
vbin clipgrab
|
|
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
|
|
vinstall ${FILESDIR}/clipgrab.desktop 644 usr/share/applications
|
|
}
|