mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-nim/npeg: add 1.2.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST npeg-1.2.0.tar.gz 7665405 BLAKE2B e2dd680a7a927d614b58c8b36ad0bc5b0619626b6ab5543458519bd2cae103b05afb4bcbee93e5b89af096a3722113c3844440ae061ab461d83cddf03de57a40 SHA512 270c36748399dcab4d4ec72c5e23e43b925694da540553e815ae37e90011fd1e23a769ce9aeb988ab2f16dded4f01847a58ffd30c5b262396a298038bb086a15
|
||||
DIST npeg-1.2.1.tar.gz 7665477 BLAKE2B aacba00453ee856982941f2ad21b3d089bb0564d4430821973ea0d8d7f2567569609bfd28964e463b007e62e447719bf4a78bc6f0f27eb5d1c18b19d380745d9 SHA512 e737cc3037d7c2b84b6dd405f9a6f4ea53582ce37c35c94cf9b03cb553eba428b53733a27803599c70e10afe4cff6b1ea30fb011df868229e07daf51714fe528
|
||||
|
||||
22
dev-nim/npeg/npeg-1.2.1.ebuild
Normal file
22
dev-nim/npeg/npeg-1.2.1.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit nimble
|
||||
|
||||
DESCRIPTION="a PEG library for Nim"
|
||||
HOMEPAGE="https://github.com/zevv/npeg https://nimble.directory/pkg/npeg"
|
||||
SRC_URI="https://github.com/zevv/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DOCS=( {Changelog,INTERNALS,README}.md )
|
||||
|
||||
set_package_url "https://github.com/zevv/npeg"
|
||||
|
||||
src_test() {
|
||||
nimble_build testc
|
||||
}
|
||||
Reference in New Issue
Block a user