app-arch/tarballize - 0.0.20180904 (salfter)

Search

Install

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

Package Information

Description:
Make tarballs of given git repository, including its submodules
Homepage:
https://github.com/devsisters/tarballize
License:
MIT Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.0.20180904 8 ~amd64 ~x86 0
View Raw Ebuild
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
}

Dependencies

DEPEND

dev-vcs/git

Manifest for 0.0.20180904

Type File Size Source URLs
DIST tarballize-0.0.20180904.tar.gz 5902 bytes https://github.com/devsisters/tarballize/archive/8846151151985ad5904fac5df8689390d00080f4.tar.gz