mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
sys-devel/gsl: new package, add 4.1.5
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
sys-devel/gsl/Manifest
Normal file
1
sys-devel/gsl/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST gsl-4.1.5.tar.gz 981163 BLAKE2B f0772e03f133d895490231758e079cfbbf18132e111aa6387988a553dc0422e2ed9d3e3cade9b4c5b95d103a9984f3c8442d38551f9958b21d54924b5c822533 SHA512 37d8dafe165297a8aea1a0255ebeb3ceb29d3bf297f1671a68eb2804202104abdf7ea49d4351d91f70771c782d4c14c7d4c028135af5df4499f5966c29f71064
|
||||||
27
sys-devel/gsl/gsl-4.1.5.ebuild
Normal file
27
sys-devel/gsl/gsl-4.1.5.ebuild
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION='iMatix GSL code generator'
|
||||||
|
HOMEPAGE="https://github.com/zeromq/gsl"
|
||||||
|
SRC_URI="https://github.com/zeromq/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
LICENSE='GPL-3+'
|
||||||
|
SLOT="0"
|
||||||
|
IUSE="examples"
|
||||||
|
|
||||||
|
DEPEND="dev-libs/libpcre:3"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default
|
||||||
|
if use examples; then
|
||||||
|
dodoc -r examples
|
||||||
|
dodoc -r doc/examples
|
||||||
|
fi
|
||||||
|
dodoc doc/denormalizing*
|
||||||
|
dodoc -r doc/modules
|
||||||
|
dodoc README*
|
||||||
|
}
|
||||||
14
sys-devel/gsl/metadata.xml
Normal file
14
sys-devel/gsl/metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<name>Alessandro Barbieri</name>
|
||||||
|
<email>lssndrbarbieri@gmail.com</email>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<bugs-to>https://github.com/zeromq/gsl/issues</bugs-to>
|
||||||
|
<remote-id type="github">zeromq/gsl</remote-id>
|
||||||
|
</upstream>
|
||||||
|
<longdescription lang="en">GSL/4.1 is a code construction tool. It will generate code in all languages and for all purposes. If this sounds too good to be true, welcome to 1996, when we invented these techniques. Magic is simply technology that is twenty years ahead of its time. In addition to code construction, GSL has been used to generate database schema definitions, user interfaces, reports, system administration tools and much more.
|
||||||
|
</longdescription>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user