1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/graphics/corrupter/Makefile
Jan Beich 530c0c279a graphics/corrupter: add new port
corrupter is simple image glitcher suitable for producing nice looking
i3lock backgrounds.

https://github.com/r00tman/corrupter
2021-08-01 09:42:45 +00:00

18 lines
314 B
Makefile

PORTNAME= corrupter
DISTVERSIONPREFIX= v
DISTVERSION= 1.0
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Simple image glitcher for screen lockers
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= r00tman
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>