Last active
December 18, 2019 10:45
-
-
Save zdavatz/09e18413e319848c9a0c835f8c82cde8 to your computer and use it in GitHub Desktop.
gnucash_gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EAPI=7 | |
DESCRIPTION="Gnucash Github" | |
HOMEPAGE="https://github.com/gnucash/gnucash" | |
LICENSE="GPL-3" | |
SLOT="0" | |
KEYWORDS="*" | |
IUSE="" | |
DEPEND="dev-cpp/libxmlpp:2.6" | |
RDEPEND="${DEPEND}" | |
GITHUB_REPO="gnucash" | |
GITHUB_USER="gnucash" | |
GITHUB_TAG="984fe65822b2a9631889727638380e30896558d8" | |
SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_REPO}/tarball/${GITHUB_TAG}/ -> ${PN}-${GITHUB_TAG}.tar.gz" | |
src_unpack() { | |
unpack ${A} | |
mv "${WORKDIR}/${GITHUB_USER}-${GITHUB_REPO}"-??????? "${S}" || die | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see: https://www.youtube.com/watch?v=xUzjfyAZcq8&feature=youtu.be&t=994