# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools DESCRIPTION="Brushes used by MyPaint and other software using libmypaint" HOMEPAGE="https://github.com/mypaint/mypaint-brushes" SRC_URI="https://github.com/mypaint/mypaint-brushes/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="CC0-1.0 GPL-2+" SLOT="2.0" # due to pkgconfig name "mypaint-brushes-2.0" KEYWORDS="amd64 arm64 x86" IUSE="" DOCS=( AUTHORS NEWS README.md ) # to exclude README symlink src_prepare() { default eautoreconf }