diff options
| author | Erik Moen | 2019-08-28 15:36:49 +0200 |
|---|---|---|
| committer | Erik Moen | 2019-08-28 19:26:46 +0200 |
| commit | 9d6e7ff72c2a02c7339a53f7a9ed6dc95245be84 (patch) | |
| tree | e71b4fa8dbb2e576ffef07d6093936b46436f7f7 /dev-cpp/ETL/ETL-1.3.11.ebuild | |
| parent | 28220556e4035591cc680528ccd11e5d30c902cb (diff) | |
| download | eroen-overlay-9d6e7ff72c2a02c7339a53f7a9ed6dc95245be84.tar.gz eroen-overlay-9d6e7ff72c2a02c7339a53f7a9ed6dc95245be84.tar.bz2 eroen-overlay-9d6e7ff72c2a02c7339a53f7a9ed6dc95245be84.tar.xz | |
ETL-1.3.11 - bump
Signed-off-by: Erik Moen <eroen-overlay@occam.eroen.eu>
Diffstat (limited to 'dev-cpp/ETL/ETL-1.3.11.ebuild')
| -rw-r--r-- | dev-cpp/ETL/ETL-1.3.11.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-cpp/ETL/ETL-1.3.11.ebuild b/dev-cpp/ETL/ETL-1.3.11.ebuild new file mode 100644 index 00000000..38fab375 --- /dev/null +++ b/dev-cpp/ETL/ETL-1.3.11.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}" |
