mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
sys-libs/libfixposix: new package, add 0.4.3
Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
23
sys-libs/libfixposix/libfixposix-0.4.3.ebuild
Normal file
23
sys-libs/libfixposix/libfixposix-0.4.3.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
# inherit autotools
|
||||
|
||||
DESCRIPTION="Thin wrapper over POSIX syscalls"
|
||||
HOMEPAGE="https://github.com/sionescu/libfixposix"
|
||||
SRC_URI="https://github.com/sionescu/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
einfo "Generating autotools files..."
|
||||
autoreconf -i -f
|
||||
default
|
||||
}
|
||||
Reference in New Issue
Block a user