Skip to content

Commit

Permalink
dev-cpp/ada: New package version 2.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Varela Colominas <[email protected]>
Signed-off-by: Yixun Lan <[email protected]>
  • Loading branch information
mid-kid authored and dlan17 committed Sep 4, 2024
1 parent 1cb4cb7 commit ec541f1
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-cpp/ada/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST ada-2.9.1.tar.gz 384701 BLAKE2B ad4a03100de06179c71c4d368cc349a630f8273550840cb19ba3e0cc4d296bfc59fa827bd3ea261609e4f80ebd2adbe7be1450040b519be5844febdcbc55f0f6 SHA512 74bad3f234dfe7b72e2057583e077e6a0f78f34b9c699751972d079b8027ef2dc34e6ef07c0dedeb923d8979f91c58a8a90473e69152c89e76baaa3659fa575b
26 changes: 26 additions & 0 deletions dev-cpp/ada/ada-2.9.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="WHATWG-compliant and fast URL parser written in modern C++"
HOMEPAGE="https://github.com/ada-url/ada"

SRC_URI="https://github.com/ada-url/ada/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0 MIT"
SLOT="0/$(ver_cut 1)"
KEYWORDS="~amd64"
RESTRICT="test"

src_configure() {
local mycmakeargs=(
# Building anything other than the library requires the CPM package manager
# which isn't very well equipped for packaging...
-DADA_TESTING=NO
-DADA_TOOLS=NO
)
cmake_src_configure
}
15 changes: 15 additions & 0 deletions dev-cpp/ada/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>[email protected]</email>
<name>Esteve Varela Colominas</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">ada-url/ada</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit ec541f1

Please sign in to comment.