mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
app-text/iwe: new package, add 0.0.60
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
2
app-text/iwe/Manifest
Normal file
2
app-text/iwe/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST iwe-0.0.60.tar.gz 1138952 BLAKE2B f73f396315f964d5e281c013e133bf5f3175213de288ff3fe0e92788c9b7a2483d306c8e71cca21a67274b5907b0617204bb0c29345afab5ca3bed509bc2695e SHA512 16e866cba7137a33245113d95c44a6ade1da4c096af9dc04b9ab83cc5ef0d973155d610c714c7b3656ef7e85ed8c518c5eda6955b52ba90139ab561038dc633c
|
||||
DIST iwe-liwe-v0.0.60-deps.tar.xz 19906832 BLAKE2B 3e0364a76da1f6a9b072ef1839b5d6c6199f5718edc34d55838bdfefde07f62ff8d518de9d9614f67e523cb1f7521d549c91d103d473f3c1a53350ddaa50b67f SHA512 fbd2b4f54a3e4b5117b7ac60257c14a8b8cb6e0b4b2ed31369e2c3aa9966985be52556dae8b82156b3cdb9fb1a5d6cc4b3921f1bf7b8c2f3d86d712a9a6a2c4c
|
||||
25
app-text/iwe/iwe-0.0.60.ebuild
Normal file
25
app-text/iwe/iwe-0.0.60.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cargo
|
||||
|
||||
DESCRIPTION="Markdown based personal knowledge management (PKM) system"
|
||||
HOMEPAGE="https://github.com/iwe-org/iwe"
|
||||
SRC_URI="
|
||||
https://github.com/iwe-org/iwe/archive/refs/tags/iwe-v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/liwe-v${PV}/${PN}-liwe-v${PV}-deps.tar.xz
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-${PN}-v${PV}"
|
||||
|
||||
LICENSE="Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_install() {
|
||||
cargo_src_install --path crates/iwe
|
||||
cargo_src_install --path crates/iwes
|
||||
dodoc LICENSE-APACHE README.md
|
||||
}
|
||||
12
app-text/iwe/metadata.xml
Normal file
12
app-text/iwe/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/iwe-org/iwe/issues</bugs-to>
|
||||
<remote-id type="github">iwe-org/iwe</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user