mirror of https://git.FreeBSD.org/ports.git
21 lines
360 B
Makefile
21 lines
360 B
Makefile
PORTNAME= lsd
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.1.5
|
|
PORTREVISION= 4
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= andoriyu@gmail.com
|
|
COMMENT= Pretty ls alternative with support for icons
|
|
WWW= https://github.com/lsd-rs/lsd/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lsd-rs
|
|
|
|
PLIST_FILES= bin/lsd
|
|
|
|
.include <bsd.port.mk>
|