mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
43c708e095
Changelog --------- - Remove '?' characters from device description. - Allow use of disks with full /dev/ path as argument. - Calculate width for device column. - Fix printing glabel(1) labels with spaces. PR: 276561 Approved by: vermaden@interia.pl (maintainer), arrowd (mentor)
22 lines
452 B
Makefile
22 lines
452 B
Makefile
PORTNAME= lsblk
|
|
PORTVERSION= 3.8
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://github.com/vermaden/lsblk/raw/master/release/
|
|
|
|
MAINTAINER= vermaden@interia.pl
|
|
COMMENT= Lists information about block devices in the system
|
|
WWW= https://github.com/vermaden/lsblk
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
NO_ARCH= YES
|
|
NO_BUILD= YES
|
|
|
|
PLIST_FILES= sbin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/lsblk.sh \
|
|
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|