diff options
| author | Autumn <git@autumnfo.rest> | 2026-04-19 10:50:58 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-04-19 10:50:58 +0100 |
| commit | ed974bd7a2d82ac84410a261d1204bf450a64874 (patch) | |
| tree | 857b19ab4e731b5df3ede346eb9b3dde43e47df5 /dev-libs/smooth/smooth-0.9.10.ebuild | |
| parent | c380ad7c95d45d3a470915d89d11340ab48e43a3 (diff) | |
[dev-libs/smooth] added smooth 0.9.10
Diffstat (limited to 'dev-libs/smooth/smooth-0.9.10.ebuild')
| -rw-r--r-- | dev-libs/smooth/smooth-0.9.10.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-libs/smooth/smooth-0.9.10.ebuild b/dev-libs/smooth/smooth-0.9.10.ebuild new file mode 100644 index 0000000..15c76d2 --- /dev/null +++ b/dev-libs/smooth/smooth-0.9.10.ebuild @@ -0,0 +1,34 @@ +# +# ~~~ dev-libs/smooth +# +# ~~~ a C++ class library +# + +# +# ~~~ metadata + +# portage info +EAPI=8 +SLOT=0 + +KEYWORDS="amd64" + +# info +HOMEPAGE="https://smooth-project.org/" +DESCRIPTION="The smooth C++ class library" +LICENSE="Artistic-2" + +# package data +SRC_URI="https://github.com/enzo1982/smooth/releases/download/v${PV}/${P}.tar.gz" + +# +# ~~~ dependencies + +# build-time dependencies +BDEPEND=" + app-arch/bzip2 + dev-libs/fribidi + dev-libs/libxml2 + media-libs/libjpeg-turbo + net-misc/curl + x11-libs/gtk+" |
