mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
27 lines
430 B
Makefile
27 lines
430 B
Makefile
COMMENT = terminal file manager
|
|
|
|
MODGO_MODNAME = github.com/antonmedv/walk
|
|
MODGO_VERSION = v1.13.0
|
|
|
|
DISTNAME = walk-${MODGO_VERSION}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://github.com/antonmedv/walk
|
|
|
|
MAINTAINER = Gonzalo L. Rodriguez <gonzalo@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES = lang/go
|
|
|
|
post-install:
|
|
cd ${PREFIX}/bin && ln -s walk llama
|
|
|
|
.include "modules.inc"
|
|
|
|
.include <bsd.port.mk>
|