get-flash-video: removed.

This commit is contained in:
Leah Neukirchen 2019-07-24 17:15:05 +02:00
parent 04bbd44a6e
commit 2f798c0b4f

View file

@ -1,22 +0,0 @@
# Template file for 'get-flash-videos-git'
pkgname=get-flash-videos-git
version=20150420
revision=2
_githash=eae1ac23fcc4a31ead78bfdd99c6faae3bde4ab3
archs=noarch
wrksrc="get-flash-videos-${_githash}"
hostmakedepends="perl"
makedepends="perl-WWW-Mechanize perl-HTTP-Cookies perl-LWP-Protocol-https
perl-Module-Find perl-LWP-Protocol-socks perl-Tie-IxHash
perl-Crypt-Blowfish_PP"
depends="${makedepends}"
short_desc="Downloads videos from various Flash-based video hosting sites"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="http://code.google.com/p/get-flash-videos"
distfiles="https://github.com/monsieurvideo/get-flash-videos/archive/${_githash}.tar.gz"
checksum=6d049a1e7672bf7e43c66ffaf7bece8a480e929c6986abb6328b77be29e5bf1a
do_install() {
make install_vendor DESTDIR="$DESTDIR"
}