2019-02-09 10:20:26 +01:00
|
|
|
PORTNAME= git-absorb
|
2021-11-06 18:20:29 +01:00
|
|
|
DISTVERSION= 0.6.6
|
2021-12-05 08:32:44 +01:00
|
|
|
PORTREVISION= 2
|
2019-02-09 10:20:26 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
|
|
COMMENT= Git command for automating fixup/autosquash commits
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
|
2019-04-17 09:33:34 +02:00
|
|
|
LIB_DEPENDS= libgit2.so:devel/libgit2
|
|
|
|
|
2019-02-09 10:20:26 +01:00
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= tummychow
|
|
|
|
|
2021-11-06 18:20:29 +01:00
|
|
|
CARGO_CRATES= ansi_term-0.11.0 \
|
|
|
|
anyhow-1.0.33 \
|
|
|
|
arrayref-0.3.6 \
|
|
|
|
arrayvec-0.5.1 \
|
|
|
|
atty-0.2.14 \
|
|
|
|
autocfg-1.0.1 \
|
|
|
|
base64-0.12.3 \
|
|
|
|
bitflags-1.2.1 \
|
|
|
|
blake2b_simd-0.5.10 \
|
|
|
|
cc-1.0.60 \
|
|
|
|
cfg-if-0.1.10 \
|
|
|
|
chrono-0.4.19 \
|
|
|
|
clap-2.33.3 \
|
|
|
|
constant_time_eq-0.1.5 \
|
|
|
|
crossbeam-channel-0.4.4 \
|
|
|
|
crossbeam-utils-0.7.2 \
|
|
|
|
dirs-2.0.2 \
|
|
|
|
dirs-sys-0.3.5 \
|
|
|
|
getrandom-0.1.15 \
|
|
|
|
git2-0.13.11 \
|
|
|
|
hermit-abi-0.1.17 \
|
|
|
|
idna-0.2.0 \
|
|
|
|
jobserver-0.1.21 \
|
|
|
|
lazy_static-1.4.0 \
|
|
|
|
libc-0.2.79 \
|
|
|
|
libgit2-sys-0.12.13+1.0.1 \
|
|
|
|
libz-sys-1.1.2 \
|
|
|
|
log-0.4.11 \
|
2019-08-12 15:57:48 +02:00
|
|
|
matches-0.1.8 \
|
2021-11-06 18:20:29 +01:00
|
|
|
maybe-uninit-2.0.0 \
|
|
|
|
memchr-2.3.3 \
|
|
|
|
num-integer-0.1.43 \
|
|
|
|
num-traits-0.2.12 \
|
|
|
|
percent-encoding-2.1.0 \
|
|
|
|
pkg-config-0.3.18 \
|
|
|
|
ppv-lite86-0.2.9 \
|
|
|
|
rand-0.7.3 \
|
|
|
|
rand_chacha-0.2.2 \
|
|
|
|
rand_core-0.5.1 \
|
|
|
|
rand_hc-0.2.0 \
|
|
|
|
redox_syscall-0.1.57 \
|
|
|
|
redox_users-0.3.5 \
|
|
|
|
remove_dir_all-0.5.3 \
|
|
|
|
rust-argon2-0.8.2 \
|
|
|
|
slog-2.5.2 \
|
|
|
|
slog-async-2.5.0 \
|
|
|
|
slog-term-2.6.0 \
|
|
|
|
strsim-0.8.0 \
|
2019-08-12 15:57:48 +02:00
|
|
|
take_mut-0.2.2 \
|
2021-11-06 18:20:29 +01:00
|
|
|
tempfile-3.1.0 \
|
|
|
|
term-0.6.1 \
|
|
|
|
textwrap-0.11.0 \
|
|
|
|
thread_local-1.0.1 \
|
|
|
|
time-0.1.44 \
|
|
|
|
tinyvec-0.3.4 \
|
2019-02-09 10:20:26 +01:00
|
|
|
unicode-bidi-0.3.4 \
|
2021-11-06 18:20:29 +01:00
|
|
|
unicode-normalization-0.1.13 \
|
|
|
|
unicode-width-0.1.8 \
|
|
|
|
url-2.1.1 \
|
|
|
|
vcpkg-0.2.10 \
|
|
|
|
vec_map-0.8.2 \
|
|
|
|
wasi-0.9.0+wasi-snapshot-preview1 \
|
|
|
|
wasi-0.10.0+wasi-snapshot-preview1 \
|
|
|
|
winapi-0.3.9 \
|
2019-02-09 10:20:26 +01:00
|
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
|
|
winapi-x86_64-pc-windows-gnu-0.4.0
|
|
|
|
|
|
|
|
PLIST_FILES= bin/git-absorb
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/git-absorb
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|