# 2014 - 2019 The Bitcoin Foundation # You do not have, nor can you ever acquire the right to use, copy or # distribute this software ; Should you use this software for any purpose, # or copy and distribute it to anyone or in any manner, you are breaking # the laws of whatever soi-disant jurisdiction, and you promise to # continue doing so for the indefinite future. In any case, please # always : read and understand any software ; verify any PGP signatures # that you use - for any purpose. # See also http://trilema.com/2015/a-new-software-licensing-paradigm EAPI=6 DESCRIPTION="ave1's Musltronic Tools built for x86_64." HOMEPAGE="http://ave1.org/2018/building-gnat-on-musl-no-more-usrincludex86_64-linux-gnu/" SRC_URI="http://www.mod6.net/ave1-musltronic-tools/${P}.tar.gz" LICENSE="TMSR~" SLOT="0" KEYWORDS="~x86" RDEPEND="" DEPEND="" BDEPEND="" src_install() { cp -R "${S}/" "${D}/" || die "Install failed!" }