Install this version:
emerge -a =app-arch/tarballize-0.0.20180904
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-arch/tarballize-0.0.20180904
Or alternatively:
emerge --autounmask-write -a =app-arch/tarballize-0.0.20180904
EAPI=8
DESCRIPTION="Make tarballs of given git repository, including its submodules"
HOMEPAGE="https://github.com/devsisters/tarballize"
GIT_COMMIT=8846151151985ad5904fac5df8689390d00080f4
SRC_URI="https://github.com/devsisters/$PN/archive/$GIT_COMMIT.tar.gz -> $P.tar.gz"
S=$WORKDIR/$PN-$GIT_COMMIT
DEPEND="dev-vcs/git"
LICENSE="MIT Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install()
{
dobin $S/tarballize
dodoc $S/README.md
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tarballize-0.0.20180904.tar.gz | 5902 bytes | https://github.com/devsisters/tarballize/archive/8846151151985ad5904fac5df8689390d00080f4.tar.gz |