aboutsummaryrefslogtreecommitdiff
path: root/dev-libs/smooth
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-04-19 10:50:58 +0100
committerAutumn <git@autumnfo.rest>2026-04-19 10:50:58 +0100
commited974bd7a2d82ac84410a261d1204bf450a64874 (patch)
tree857b19ab4e731b5df3ede346eb9b3dde43e47df5 /dev-libs/smooth
parentc380ad7c95d45d3a470915d89d11340ab48e43a3 (diff)
[dev-libs/smooth] added smooth 0.9.10
Diffstat (limited to 'dev-libs/smooth')
-rw-r--r--dev-libs/smooth/Manifest1
-rw-r--r--dev-libs/smooth/smooth-0.9.10.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-libs/smooth/Manifest b/dev-libs/smooth/Manifest
new file mode 100644
index 0000000..4139836
--- /dev/null
+++ b/dev-libs/smooth/Manifest
@@ -0,0 +1 @@
+DIST smooth-0.9.10.tar.gz 8961354 BLAKE2B 6b19f736cdff5b232f20532a822f58ad6e27f63aa42f20ff68c02500930d756573787b9d5384a27ea1aeec2dfffd43d042d200354c628ccd812a821f2d189d1b SHA512 165865f37ae13aa65f83f89bc1f0a9f158439c182ef9b3a0681bd7185e313e0b3fa25ec8f198ec30cd59e81de8b9e12c7e22751457289335775e4861234ca2ee
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+"