diff options
author | 2018-05-20 22:27:45 +0300 | |
---|---|---|
committer | 2018-05-20 22:27:45 +0300 | |
commit | 0d5d81835c0365da1157442a5b1a2e459fb80e08 (patch) | |
tree | 2d78ea336421ec1d7ce564e9b5082432b77b32c7 /app-misc/coffeetemp/coffeetemp-1.2.ebuild | |
parent | 6e08f425abcb24e3f5ee506d82b954e63adb45e7 (diff) | |
download | rin-ebuilds-0d5d81835c0365da1157442a5b1a2e459fb80e08.tar.gz rin-ebuilds-0d5d81835c0365da1157442a5b1a2e459fb80e08.tar.bz2 rin-ebuilds-0d5d81835c0365da1157442a5b1a2e459fb80e08.zip |
Add ebuilds for app-misc/coffeetemp.
Diffstat (limited to 'app-misc/coffeetemp/coffeetemp-1.2.ebuild')
-rw-r--r-- | app-misc/coffeetemp/coffeetemp-1.2.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app-misc/coffeetemp/coffeetemp-1.2.ebuild b/app-misc/coffeetemp/coffeetemp-1.2.ebuild new file mode 100644 index 0000000..e2ccd82 --- /dev/null +++ b/app-misc/coffeetemp/coffeetemp-1.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit meson eutils + +if [[ ${PV} = 9999 ]]; then + inherit git-r3 +fi + +DESCRIPTION="The Rin library" +HOMEPAGE="https://git.seriouss.am/coffeetemp/" + +if [[ ${PV} = 9999 ]]; then + EGIT_REPO_URI="https://git.seriouss.am/coffeetemp" + KEYWORDS="" +else + SRC_URI="https://git.seriouss.am/coffeetemp/snapshot/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="LGPL-2.1" +SLOT="0" +RESTRICT="mirror test" + +HDEPEND="dev-util/meson" + +DEPEND="dev-embedded/esptool" + +RDEPEND="${DEPEND}" |