summaryrefslogtreecommitdiff
path: root/dev-libs/psimd/psimd-2020.05.17.ebuild
blob: 95bc6cfe316836be8ae0a42e49840ee7df674261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit cmake

CommitId=072586a71b55b7f8c584153d223e95687148a900
DESCRIPTION="P(ortable) SIMD"
HOMEPAGE="https://github.com/Maratyszcza/psimd/"
SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz
	-> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

S="${WORKDIR}"/${PN}-${CommitId}