mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
54 lines
963 B
Bash
54 lines
963 B
Bash
# Copyright 2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Autogenerated by pycargoebuild 0.15.0
|
|
|
|
EAPI=8
|
|
|
|
CRATES="
|
|
anstyle@1.0.13
|
|
clap@4.5.57
|
|
clap_builder@4.5.57
|
|
clap_derive@4.5.55
|
|
clap_lex@0.7.7
|
|
heck@0.5.0
|
|
itoa@1.0.17
|
|
memchr@2.7.6
|
|
proc-macro2@1.0.106
|
|
quote@1.0.44
|
|
serde@1.0.228
|
|
serde_core@1.0.228
|
|
serde_derive@1.0.228
|
|
serde_json@1.0.149
|
|
strsim@0.11.1
|
|
swayipc-types@1.4.3
|
|
swayipc@3.0.3
|
|
syn@2.0.114
|
|
thiserror-impl@2.0.18
|
|
thiserror@2.0.18
|
|
unicode-ident@1.0.22
|
|
zmij@1.0.19
|
|
"
|
|
|
|
RUST_MIN_VER="1.85.0"
|
|
|
|
inherit cargo
|
|
|
|
DESCRIPTION="Autotiling for sway (and possibly i3)"
|
|
HOMEPAGE="https://github.com/ammgws/autotiling-rs"
|
|
SRC_URI="
|
|
https://github.com/ammgws/autotiling-rs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
|
${CARGO_CRATE_URIS}
|
|
"
|
|
|
|
LICENSE="MIT"
|
|
# Dependent crate licenses
|
|
LICENSE+="
|
|
Unicode-DFS-2016
|
|
|| ( Apache-2.0 Boost-1.0 )
|
|
"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
QA_FLAGS_IGNORED="usr/bin/${PN}"
|