linamh/sci-electronics/galette/galette-0.3.0_p20221030.ebuild

58 lines
1.2 KiB
Bash

# Copyright 2017-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.3.1
EAPI=7
SHA="e28809d16858ff89d7e62dc7e50c07edcc9e5189"
CRATES="
ansi_term-0.11.0
anyhow-1.0.65
atty-0.2.11
bitflags-1.0.4
clap-2.33.3
either-1.5.1
itertools-0.9.0
libc-0.2.50
proc-macro2-1.0.28
quote-1.0.9
redox_syscall-0.1.54
redox_termios-0.1.1
strsim-0.8.0
syn-1.0.74
termion-1.5.1
test_bin-0.4.0
textwrap-0.11.0
thiserror-1.0.26
thiserror-impl-1.0.26
unicode-width-0.1.5
unicode-xid-0.2.2
vec_map-0.8.1
winapi-0.3.7
winapi-i686-pc-windows-gnu-0.4.0
winapi-x86_64-pc-windows-gnu-0.4.0
"
inherit cargo
DESCRIPTION="A GAL assembler, largely galasm-compatible and written in Rust."
# Double check the homepage as the cargo_metadata crate
# does not provide this value so instead repository is used
HOMEPAGE="https://github.com/simon-frankau/galette"
SRC_URI="$(cargo_crate_uris ${CRATES})
https://github.com/simon-frankau/galette/archive/${SHA}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"
# License set may be more restrictive as OR is not respected
# use cargo-license for a more accurate license picture
LICENSE="Apache-2.0 MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
S=${WORKDIR}/galette-${SHA}
DEPEND=""
RDEPEND=""