summaryrefslogtreecommitdiff
path: root/media-libs/nanosvg/nanosvg-20231202.ebuild
blob: 5ed44ccfc76b2e11643f591679894ac06f9c17c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

MY_PV="fltk_${PV:0:4}-${PV:4:2}-${PV:6:2}"

DESCRIPTION="NanoSVG is a simple stupid single-header-file SVG parse."
HOMEPAGE="https://github.com/fltk/nanosvg"
SRC_URI="https://github.com/fltk/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"