phlo-portage/dev-cpp/stdman/stdman-2018.03.11.ebuild

18 lines
456 B
Bash
Raw Normal View History

2024-06-03 19:25:35 +02:00
# Copyright 2024 Gentoo Authors
2019-09-20 19:53:12 +02:00
# Distributed under the terms of the GNU General Public License v2
2024-06-03 19:25:35 +02:00
EAPI=8
2019-09-20 19:53:12 +02:00
DESCRIPTION="Automatically generate C++ man pages from cppreference.com"
HOMEPAGE="https://github.com/jeaye/stdman"
2024-06-03 19:25:35 +02:00
SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz"
2019-09-20 19:53:12 +02:00
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
src_prepare() {
default
sed -i '/gzip/d' do_install
}