mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
app-text/codebook: new package, add 0.3.15
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
2
app-text/codebook/Manifest
Normal file
2
app-text/codebook/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST codebook-0.3.15-deps.tar.xz 41052036 BLAKE2B 074db429f167cfcecff06729fecee3122a10368c6b4930402b198e7dd0c0b70aad975897751ceadbcdb59a0682c02dd31acbb8adf668fdb4a04b016bc0ad56cc SHA512 c350e029f79e0a89ee5f560e62c49f619225fe43e4fa8dd074cfe2bc7f59b2292f657dc6c7b005df6ecf4eab6e4e4f638c43132dec7e1acf122021950e31a717
|
||||
DIST codebook-0.3.15.tar.gz 2622281 BLAKE2B 3600f28e54357bcd72d2e537cfc1904f4f675255d8f2a54ec2f6f48f9284ebf09980bf7ef2ee0df8e7fb125eaf7007ca7071ad12c5c1ccbe35ab5ee5a1b56adc SHA512 c964e04298f577fabb35dd64838eea348d945a91921639d723659f4869bcf543218e76b7727f147835e64e745cf0753b374838c327e7b5ffe362bd26c37ce527
|
||||
24
app-text/codebook/codebook-0.3.15.ebuild
Normal file
24
app-text/codebook/codebook-0.3.15.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cargo
|
||||
|
||||
DESCRIPTION="Spell Checker for Code"
|
||||
HOMEPAGE="https://github.com/blopker/codebook"
|
||||
SRC_URI="
|
||||
https://github.com/blopker/codebook/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0 BSD CDDL CDLA-Permissive-2.0 ISC MIT MPL-2.0 openssl Unicode-3.0 ZLIB"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="test"
|
||||
PROPERTIES="test_network"
|
||||
|
||||
src_install() {
|
||||
cargo_src_install --path crates/codebook-lsp
|
||||
dodoc README.md
|
||||
}
|
||||
12
app-text/codebook/metadata.xml
Normal file
12
app-text/codebook/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Pavel Sobolev</name>
|
||||
<email>contact@paveloom.dev</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/blopker/codebook/issues</bugs-to>
|
||||
<remote-id type="github">blopker/codebook</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user