summaryrefslogtreecommitdiff
path: root/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild
blob: 54d56b494c09057bdfa1e064535ed07ede43482c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Install <sys/queue.h> from glibc"
HOMEPAGE="https://www.gnu.org/software/libc/libc.html"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv x86"

DEPEND="
	!sys-libs/glibc"

S="${WORKDIR}"

src_install() {
	insinto /usr/include/sys
	doins "${FILESDIR}"/queue.h
}