mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-erlang/jiffy: add 1.1.5
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST jiffy-1.1.1.tar.gz 1674571 BLAKE2B 62242b23dd826a30cf1c38b2382dc9191f2355ef16305ea1199cb32b811e61153c0627dcb8d564c69f0c38ab8c22b5f3e918bff1aa168eb294c445bd95057ded SHA512 cfa36d77285e53ccce852640a4c780f2c29ad33c7352e3a5b69fec431d6684bac4bf5ac323379a8bb1d1289afa23b6f73d4d5ecf1b025791fd84198d4c066910
|
||||
DIST jiffy-1.1.5.tar.gz 1675255 BLAKE2B 5dcfb7f243ba7e6de46d63f96dcc79aa70c1bd4611ef8d2cf47a5ff174ac001800c2441fd305a8cc151498604c305bdc8ef6aa40294fa4e3a977187e1232382a SHA512 dd25bc6c9db752a8c34be42a40fffc820840bceb208cebe16f2d9f01326c1c96e23f36983e9791d5a577000d42742fb5c1e71de2d3f22873ef99c4572bf2f7c4
|
||||
|
||||
19
dev-erlang/jiffy/jiffy-1.1.5.ebuild
Normal file
19
dev-erlang/jiffy/jiffy-1.1.5.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit rebar
|
||||
|
||||
DESCRIPTION="JSON NIFs for Erlang"
|
||||
HOMEPAGE="https://github.com/davisp/jiffy"
|
||||
SRC_URI="https://github.com/davisp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~sparc ~x86"
|
||||
|
||||
DEPEND=">=dev-lang/erlang-17.1"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( README.md )
|
||||
Reference in New Issue
Block a user