mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
27 lines
408 B
Makefile
27 lines
408 B
Makefile
COMMENT= terminal session recorder
|
|
|
|
GH_PROJECT= asciinema
|
|
GH_ACCOUNT= asciinema
|
|
GH_TAGNAME= v3.2.1
|
|
|
|
CATEGORIES= textproc graphics
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# C1x
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
WANTLIB += ${MODCARGO_WANTLIB} m util
|
|
|
|
MODULES= devel/cargo
|
|
|
|
CONFIGURE_STYLE= cargo
|
|
|
|
.include "crates.inc"
|
|
|
|
.include <bsd.port.mk>
|