URI: 
       tmonero-seed-0.1.0.ebuild - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       tmonero-seed-0.1.0.ebuild (384B)
       ---
            1 # Copyright 1999-2021 Gentoo Authors
            2 # Distributed under the terms of the GNU General Public License v2
            3 
            4 EAPI=7
            5 
            6 inherit cmake
            7 
            8 DESCRIPTION="14-word mnemonic seed for Monero"
            9 HOMEPAGE="https://git.wownero.com/feather/monero-seed"
           10 SRC_URI="https://git.wownero.com/feather/monero-seed/archive/${PV}.tar.gz -> ${P}.tar.gz"
           11 
           12 LICENSE="MIT"
           13 SLOT="0"
           14 KEYWORDS="~amd64"
           15 
           16 S="${WORKDIR}/${PN}"