parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

gallery-dl-99999999.ebuild (510B)


      1 # Copyright 1999-2021 Gentoo Authors
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=7
      5 
      6 PYTHON_COMPAT=( python3_{6,7,8,9} )
      7 inherit distutils-r1 git-r3
      8 
      9 DESCRIPTION="Commandline program to download images from several image sites"
     10 HOMEPAGE="https://github.com/mikf/gallery-dl https://pypi.org/project/gallery-dl/"
     11 EGIT_REPO_URI="https://github.com/mikf/gallery-dl"
     12 LICENSE="GPL-2"
     13 
     14 SLOT="0"
     15 KEYWORDS=""
     16 IUSE=""
     17 
     18 RDEPEND="
     19 	media-video/ffmpeg
     20 	net-misc/youtube-dl
     21 "
     22 DEPEND="${RDEPEND}"