alpha-quadrant/media-gfx/planturl/planturl-0.4.0.ebuild
2022-11-24 11:53:22 +01:00

158 lines
3.1 KiB
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.5.2
EAPI=8
CRATES="
adler-1.0.2
adler32-1.2.0
alloc-no-stdlib-2.0.4
alloc-stdlib-0.2.2
anyhow-1.0.66
async-compression-0.3.15
atty-0.2.14
autocfg-1.1.0
base64-0.13.1
bitflags-1.3.2
brotli-3.3.4
brotli-decompressor-2.3.2
bumpalo-3.11.1
bytes-1.3.0
cc-1.0.77
cfg-if-1.0.0
clap-4.0.26
clap_derive-4.0.21
clap_lex-0.3.0
core-foundation-0.9.3
core-foundation-sys-0.8.3
crc32fast-1.3.2
deflate-1.0.0
encoding_rs-0.8.31
fastrand-1.8.0
flate2-1.0.24
fnv-1.0.7
foreign-types-0.3.2
foreign-types-shared-0.1.1
form_urlencoded-1.1.0
futures-channel-0.3.25
futures-core-0.3.25
futures-io-0.3.25
futures-sink-0.3.25
futures-task-0.3.25
futures-util-0.3.25
h2-0.3.15
hashbrown-0.12.3
heck-0.4.0
hermit-abi-0.1.19
http-0.2.8
http-body-0.4.5
httparse-1.8.0
httpdate-1.0.2
hyper-0.14.23
hyper-tls-0.5.0
idna-0.3.0
indexmap-1.9.2
instant-0.1.12
ipnet-2.5.1
itoa-1.0.4
js-sys-0.3.60
lazy_static-1.4.0
libc-0.2.137
log-0.4.17
memchr-2.5.0
mime-0.3.16
miniz_oxide-0.5.4
mio-0.8.5
native-tls-0.2.11
num_cpus-1.14.0
once_cell-1.16.0
openssl-0.10.42
openssl-macros-0.1.0
openssl-probe-0.1.5
openssl-sys-0.9.77
os_str_bytes-6.4.1
percent-encoding-2.2.0
pin-project-lite-0.2.9
pin-utils-0.1.0
pkg-config-0.3.26
proc-macro-error-1.0.4
proc-macro-error-attr-1.0.4
proc-macro2-1.0.47
quote-1.0.21
redox_syscall-0.2.16
remove_dir_all-0.5.3
reqwest-0.11.13
ryu-1.0.11
schannel-0.1.20
security-framework-2.7.0
security-framework-sys-2.6.1
serde-1.0.147
serde_json-1.0.89
serde_urlencoded-0.7.1
slab-0.4.7
socket2-0.4.7
strsim-0.10.0
syn-1.0.103
tempfile-3.3.0
termcolor-1.1.3
tinyvec-1.6.0
tinyvec_macros-0.1.0
tokio-1.22.0
tokio-native-tls-0.3.0
tokio-util-0.7.4
tower-service-0.3.2
tracing-0.1.37
tracing-core-0.1.30
try-lock-0.2.3
unicode-bidi-0.3.8
unicode-ident-1.0.5
unicode-normalization-0.1.22
url-2.3.1
vcpkg-0.2.15
version_check-0.9.4
want-0.3.0
wasi-0.11.0+wasi-snapshot-preview1
wasm-bindgen-0.2.83
wasm-bindgen-backend-0.2.83
wasm-bindgen-futures-0.4.33
wasm-bindgen-macro-0.2.83
wasm-bindgen-macro-support-0.2.83
wasm-bindgen-shared-0.2.83
web-sys-0.3.60
winapi-0.3.9
winapi-i686-pc-windows-gnu-0.4.0
winapi-util-0.1.5
winapi-x86_64-pc-windows-gnu-0.4.0
windows-sys-0.36.1
windows-sys-0.42.0
windows_aarch64_gnullvm-0.42.0
windows_aarch64_msvc-0.36.1
windows_aarch64_msvc-0.42.0
windows_i686_gnu-0.36.1
windows_i686_gnu-0.42.0
windows_i686_msvc-0.36.1
windows_i686_msvc-0.42.0
windows_x86_64_gnu-0.36.1
windows_x86_64_gnu-0.42.0
windows_x86_64_gnullvm-0.42.0
windows_x86_64_msvc-0.36.1
windows_x86_64_msvc-0.42.0
winreg-0.10.1
"
inherit cargo
DESCRIPTION="A plantuml-file to server-url-encoder and downloader."
HOMEPAGE="https://github.com/migmedia/planturl"
SRC_URI="$(cargo_crate_uris)
https://github.com/migmedia/${PN}/archive/refs/tags/v${PV}.tar.gz"
LICENSE="Apache-2.0 MIT ZLIB"
SLOT="0"
KEYWORDS="~amd64"
src_configure() {
cargo_src_configure --bin planturl --features="build-binary"
}