gentoo/net-libs/ppp-defs/ppp-defs-0.ebuild
Mike Gilbert b5c2a107ee
net-libs/ppp-defs: new package
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2022-06-25 11:01:10 -04:00

21 lines
420 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Shim header for net/ppp_defs.h on musl"
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Musl"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv x86"
RDEPEND="!sys-libs/glibc"
S=${WORKDIR}
src_install() {
insinto /usr/include/net
doins "${FILESDIR}/ppp_defs.h"
}