diff options
| author | eroen | 2018-11-01 11:08:29 +0100 |
|---|---|---|
| committer | Erik Moen | 2019-08-28 19:26:46 +0200 |
| commit | ff7f7e56570307a811ec861455de1e1f673d4e84 (patch) | |
| tree | a24f8adc5bd0a1ef0e6bb4b23ac128fea82626b1 /dev-cpp/ETL/ETL-1.3.10.ebuild | |
| parent | e92044fafd4838d845cbc08093d9831adadd4174 (diff) | |
| download | eroen-overlay-ff7f7e56570307a811ec861455de1e1f673d4e84.tar.gz eroen-overlay-ff7f7e56570307a811ec861455de1e1f673d4e84.tar.bz2 eroen-overlay-ff7f7e56570307a811ec861455de1e1f673d4e84.tar.xz | |
ETL-1.3.10
Signed-off-by: Erik Moen <eroen-overlay@occam.eroen.eu>
Diffstat (limited to 'dev-cpp/ETL/ETL-1.3.10.ebuild')
| -rw-r--r-- | dev-cpp/ETL/ETL-1.3.10.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-cpp/ETL/ETL-1.3.10.ebuild b/dev-cpp/ETL/ETL-1.3.10.ebuild new file mode 100644 index 00000000..38fab375 --- /dev/null +++ b/dev-cpp/ETL/ETL-1.3.10.ebuild @@ -0,0 +1,22 @@ +# By eroen <eroen-overlay@occam.eroen.eu>, 2018 +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. + +EAPI=6 + +inherit eutils cmake-utils + +DESCRIPTION="Template library used by synfig" +HOMEPAGE="https://www.synfig.org" +SRC_URI="https://github.com/synfig/synfig/archive/v$PV.tar.gz -> synfig-$PV.tar.gz" +S=${WORKDIR}/synfig-$PV/$PN + +LICENSE="GPL-2+" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" |
