diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2024-06-17 17:26:01 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2024-06-17 17:32:36 +0200 |
commit | 66402d63b7c3a50e8016d8ae83076893f9431d77 (patch) | |
tree | 1798455452e3fcea6ff33c04e9df45dd3643742c /dev-libs/vc/vc-1.4.5.ebuild | |
parent | app-emulation/virtualbox: resort BDEPEND (diff) | |
download | gentoo-66402d63b7c3a50e8016d8ae83076893f9431d77.tar.gz gentoo-66402d63b7c3a50e8016d8ae83076893f9431d77.tar.bz2 gentoo-66402d63b7c3a50e8016d8ae83076893f9431d77.zip |
dev-libs/vc: add 1.4.5
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-libs/vc/vc-1.4.5.ebuild')
-rw-r--r-- | dev-libs/vc/vc-1.4.5.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/vc/vc-1.4.5.ebuild b/dev-libs/vc/vc-1.4.5.ebuild new file mode 100644 index 000000000000..1cc7ae581263 --- /dev/null +++ b/dev-libs/vc/vc-1.4.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="SIMD Vector Class Library for C++" +HOMEPAGE="https://github.com/VcDevel/Vc" +SRC_URI="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/Vc-${PV} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" |