parlay

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

unarr-9999.ebuild (491B)


      1 # Copyright 2020 Gentoo Authors
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=7
      5 
      6 inherit git-r3 cmake
      7 
      8 DESCRIPTION="A decompression library for rar, tar and zip archives"
      9 HOMEPAGE="https://github.com/selmf/unarr"
     10 EGIT_REPO_URI="https://github.com/selmf/unarr"
     11 
     12 LICENSE="LGPL-3"
     13 SLOT="0"
     14 KEYWORDS=""
     15 IUSE=""
     16 
     17 DEPEND=""
     18 RDEPEND="${DEPEND}"
     19 BDEPEND=""
     20 
     21 PATCHES=(
     22 	"${FILESDIR}/rar-get-name.patch"
     23 	"${FILESDIR}/tar-get-name.patch"
     24 	"${FILESDIR}/zip-get-name.patch"
     25 )