mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 11:58:43 -04:00
20 lines
440 B
Bash
20 lines
440 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit autotools
|
|
|
|
DESCRIPTION="Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful curves."
|
|
HOMEPAGE="https://github.com/fontforge/libspiro"
|
|
SRC_URI="https://github.com/fontforge/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3+"
|
|
SLOT="0"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
src_prepare(){
|
|
eautoreconf
|
|
}
|