mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-cpp/plog: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
24
dev-cpp/plog/plog-1.1.5_p20200501.ebuild
Normal file
24
dev-cpp/plog/plog-1.1.5_p20200501.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
COMMIT="fda4a26c26b2d1b2beb68d7b92b56950ec2b8ad2"
|
||||
|
||||
DESCRIPTION="Portable, simple and extensible C++ logging library"
|
||||
HOMEPAGE="https://github.com/SergiusTheBest/plog"
|
||||
SRC_URI="https://github.com/SergiusTheBest/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
LICENSE="MPL-2.0"
|
||||
SLOT="0"
|
||||
IUSE="examples"
|
||||
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
src_install() {
|
||||
doheader -r "include/${PN}"
|
||||
dodoc README.md
|
||||
insinto "/usr/share/${P}/samples"
|
||||
use examples && doins -r samples/.
|
||||
}
|
||||
Reference in New Issue
Block a user