mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
33 lines
548 B
Makefile
33 lines
548 B
Makefile
# ring-v0.17 does not support this arch
|
|
NOT_FOR_ARCHS = sparc64
|
|
|
|
COMMENT = Magical shell history
|
|
|
|
DISTNAME = atuin-${V}
|
|
V = 18.16.1
|
|
|
|
DIST_TUPLE += github atuinsh atuin v${V} .
|
|
|
|
CATEGORIES = shells
|
|
|
|
HOMEPAGE = https://atuin.sh/
|
|
|
|
MAINTAINER = Sebastien Marie <semarie@kapouay.eu.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${MODCARGO_WANTLIB} m
|
|
|
|
MODULES = devel/cargo
|
|
|
|
MODCARGO_CRATES_KEEP += libsqlite3-sys
|
|
MODCARGO_INSTALL_TARGET_PATHS += crates/atuin
|
|
|
|
SEPARATE_BUILD = Yes
|
|
|
|
CONFIGURE_STYLE = cargo
|
|
|
|
.include "crates.inc"
|
|
.include <bsd.port.mk>
|