ilai-deutel / kibi

A text editor in ≤1024 lines of code, written in Rust
Other
1.46k stars 83 forks source link

New release #285

Open gksudolol opened 8 months ago

gksudolol commented 8 months ago

Hi! I'm looking into packaging kibi for Gentoo Linux, and I noticed v0.2.2 was released quite some time ago (2021) and many commits have been made since then

Could you consider tagging a new release? Thanks!

Here's a mock-up of what I have so far if you are interested:

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Auto-Generated by cargo-ebuild 0.5.4-r1

EAPI=8

CRATES="
    autocfg@1.1.0
    bitflags@1.3.2
    bitflags@2.4.1
    cfg-if@1.0.0
    dashmap@5.5.0
    errno@0.3.8
    fastrand@2.0.0
    futures@0.3.28
    futures-channel@0.3.28
    futures-core@0.3.28
    futures-executor@0.3.28
    futures-io@0.3.28
    futures-sink@0.3.28
    futures-task@0.3.28
    futures-util@0.3.28
    hashbrown@0.14.0
    lazy_static@1.4.0
    libc@0.2.152
    linux-raw-sys@0.4.12
    lock_api@0.4.10
    log@0.4.19
    memchr@2.5.0
    once_cell@1.18.0
    parking_lot@0.12.1
    parking_lot_core@0.9.8
    pin-project-lite@0.2.10
    pin-utils@0.1.0
    proc-macro2@1.0.66
    quote@1.0.31
    redox_syscall@0.3.5
    redox_syscall@0.4.1
    rustix@0.38.28
    scopeguard@1.2.0
    serial_test@3.0.0
    serial_test_derive@3.0.0
    slab@0.4.8
    smallvec@1.11.0
    syn@2.0.26
    tempfile@3.9.0
    unicode-ident@1.0.11
    unicode-width@0.1.11
    winapi@0.3.9
    winapi-i686-pc-windows-gnu@0.4.0
    winapi-util@0.1.6
    winapi-x86_64-pc-windows-gnu@0.4.0
    windows-sys@0.52.0
    windows-targets@0.48.1
    windows-targets@0.52.0
    windows_aarch64_gnullvm@0.48.0
    windows_aarch64_gnullvm@0.52.0
    windows_aarch64_msvc@0.48.0
    windows_aarch64_msvc@0.52.0
    windows_i686_gnu@0.48.0
    windows_i686_gnu@0.52.0
    windows_i686_msvc@0.48.0
    windows_i686_msvc@0.52.0
    windows_x86_64_gnu@0.48.0
    windows_x86_64_gnu@0.52.0
    windows_x86_64_gnullvm@0.48.0
    windows_x86_64_gnullvm@0.52.0
    windows_x86_64_msvc@0.48.0
    windows_x86_64_msvc@0.52.0
"

inherit cargo

DESCRIPTION="A text editor in less than 1024 lines of code with syntax highlighting, search and more."
# Double check the homepage as the cargo_metadata crate
# does not provide this value so instead repository is used
HOMEPAGE="https://github.com/ilai-deutel/kibi"
SRC_URI="${CARGO_CRATE_URIS}"

# License set may be more restrictive as OR is not respected
# use cargo-license for a more accurate license picture
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016 Unlicense"
SLOT="0"
KEYWORDS="~amd64"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

# rust does not use *FLAGS from make.conf, silence portage warning
# update with proper path to binaries this crate installs, omit leading /
QA_FLAGS_IGNORED="usr/bin/${PN}"
0323pin commented 7 months ago

bump

I new release would be nice.