e29b5eeec3
PR: 295694
157 lines
3.2 KiB
Makefile
157 lines
3.2 KiB
Makefile
PORTNAME= tuckr
|
|
DISTVERSION= 0.13.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Super-powered replacement for GNU Stow
|
|
WWW= https://github.com/RaphGL/Tuckr
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= RaphGL
|
|
GH_PROJECT= Tuckr
|
|
|
|
CARGO_CRATES= aead-0.5.2 \
|
|
aho-corasick-1.1.4 \
|
|
ansi-str-0.9.0 \
|
|
ansitok-0.3.0 \
|
|
anstream-1.0.0 \
|
|
anstyle-1.0.14 \
|
|
anstyle-parse-1.0.0 \
|
|
anstyle-query-1.1.5 \
|
|
anstyle-wincon-3.0.11 \
|
|
arc-swap-1.9.1 \
|
|
arrayvec-0.7.6 \
|
|
base62-2.2.4 \
|
|
bitflags-1.3.2 \
|
|
block-buffer-0.10.4 \
|
|
bstr-1.12.1 \
|
|
bytecount-0.6.9 \
|
|
cfg-if-1.0.4 \
|
|
chacha20-0.9.1 \
|
|
chacha20poly1305-0.10.1 \
|
|
cipher-0.4.4 \
|
|
clap-4.6.0 \
|
|
clap_builder-4.6.0 \
|
|
clap_derive-4.6.0 \
|
|
clap_lex-1.1.0 \
|
|
colorchoice-1.0.5 \
|
|
cpufeatures-0.2.17 \
|
|
crossbeam-deque-0.8.6 \
|
|
crossbeam-epoch-0.9.18 \
|
|
crossbeam-utils-0.8.21 \
|
|
crypto-common-0.1.7 \
|
|
digest-0.10.7 \
|
|
dirs-6.0.0 \
|
|
dirs-sys-0.5.0 \
|
|
either-1.15.0 \
|
|
enumflags2-0.7.12 \
|
|
enumflags2_derive-0.7.12 \
|
|
equivalent-1.0.2 \
|
|
fnv-1.0.7 \
|
|
generic-array-0.14.7 \
|
|
getrandom-0.2.17 \
|
|
glob-0.3.3 \
|
|
globset-0.4.18 \
|
|
globwalk-0.8.1 \
|
|
hashbrown-0.16.1 \
|
|
heck-0.5.0 \
|
|
ignore-0.4.25 \
|
|
indexmap-2.13.1 \
|
|
inout-0.1.4 \
|
|
is_terminal_polyfill-1.70.2 \
|
|
itertools-0.11.0 \
|
|
itoa-1.0.18 \
|
|
lazy_static-1.5.0 \
|
|
libc-0.2.184 \
|
|
libredox-0.1.15 \
|
|
log-0.4.29 \
|
|
memchr-2.8.0 \
|
|
minimal-lexical-0.2.1 \
|
|
nom-7.1.3 \
|
|
normpath-1.5.0 \
|
|
once_cell-1.21.4 \
|
|
once_cell_polyfill-1.70.2 \
|
|
opaque-debug-0.3.1 \
|
|
option-ext-0.2.0 \
|
|
owo-colors-4.3.0 \
|
|
papergrid-0.17.0 \
|
|
poly1305-0.8.0 \
|
|
proc-macro-error-attr2-2.0.0 \
|
|
proc-macro-error2-2.0.1 \
|
|
proc-macro2-1.0.106 \
|
|
quote-1.0.45 \
|
|
rand_core-0.6.4 \
|
|
redox_users-0.5.2 \
|
|
regex-1.12.3 \
|
|
regex-automata-0.4.14 \
|
|
regex-syntax-0.8.10 \
|
|
rpassword-7.4.0 \
|
|
rtoolbox-0.0.3 \
|
|
rust-i18n-3.1.5 \
|
|
rust-i18n-macro-3.1.5 \
|
|
rust-i18n-support-3.1.5 \
|
|
rustversion-1.0.22 \
|
|
ryu-1.0.23 \
|
|
same-file-1.0.6 \
|
|
serde-1.0.228 \
|
|
serde_core-1.0.228 \
|
|
serde_derive-1.0.228 \
|
|
serde_json-1.0.149 \
|
|
serde_spanned-0.6.9 \
|
|
serde_yaml-0.9.34+deprecated \
|
|
sha2-0.10.9 \
|
|
siphasher-1.0.2 \
|
|
smallvec-1.15.1 \
|
|
stable_deref_trait-1.2.1 \
|
|
strsim-0.11.1 \
|
|
subtle-2.6.1 \
|
|
syn-2.0.117 \
|
|
sys-locale-0.3.2 \
|
|
tabled-0.20.0 \
|
|
tabled_derive-0.11.0 \
|
|
testing_table-0.3.0 \
|
|
thiserror-2.0.18 \
|
|
thiserror-impl-2.0.18 \
|
|
toml-0.8.23 \
|
|
toml_datetime-0.6.11 \
|
|
toml_edit-0.22.27 \
|
|
toml_write-0.1.2 \
|
|
triomphe-0.1.15 \
|
|
typenum-1.19.0 \
|
|
unicode-ident-1.0.24 \
|
|
unicode-width-0.2.2 \
|
|
universal-hash-0.5.1 \
|
|
unsafe-libyaml-0.2.11 \
|
|
utf8parse-0.2.2 \
|
|
version_check-0.9.5 \
|
|
vte-0.14.1 \
|
|
walkdir-2.5.0 \
|
|
wasi-0.11.1+wasi-snapshot-preview1 \
|
|
winapi-util-0.1.11 \
|
|
windows-link-0.2.1 \
|
|
windows-sys-0.52.0 \
|
|
windows-sys-0.59.0 \
|
|
windows-sys-0.61.2 \
|
|
windows-targets-0.52.6 \
|
|
windows_aarch64_gnullvm-0.52.6 \
|
|
windows_aarch64_msvc-0.52.6 \
|
|
windows_i686_gnu-0.52.6 \
|
|
windows_i686_gnullvm-0.52.6 \
|
|
windows_i686_msvc-0.52.6 \
|
|
windows_x86_64_gnu-0.52.6 \
|
|
windows_x86_64_gnullvm-0.52.6 \
|
|
windows_x86_64_msvc-0.52.6 \
|
|
winnow-0.7.15 \
|
|
zeroize-1.8.2 \
|
|
zmij-1.0.21
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|