Skip to content

Commit

Permalink
graphics/corrupter: add new port
Browse files Browse the repository at this point in the history
corrupter is simple image glitcher suitable for producing nice looking
i3lock backgrounds.

https://github.com/r00tman/corrupter
  • Loading branch information
jbeich committed Aug 1, 2021
1 parent 2d49a37 commit 530c0c2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions graphics/Makefile
Expand Up @@ -107,6 +107,7 @@
SUBDIR += comical
SUBDIR += compupic
SUBDIR += converseen
SUBDIR += corrupter
SUBDIR += cosmoplayer
SUBDIR += cptutils
SUBDIR += crw
Expand Down
17 changes: 17 additions & 0 deletions graphics/corrupter/Makefile
@@ -0,0 +1,17 @@
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>
3 changes: 3 additions & 0 deletions graphics/corrupter/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1558191370
SHA256 (r00tman-corrupter-v1.0_GH0.tar.gz) = 10e9dab5a2e5e23ed04132d2704aebfa17d8d45b212f758ecb362979ccab2743
SIZE (r00tman-corrupter-v1.0_GH0.tar.gz) = 6925974
4 changes: 4 additions & 0 deletions graphics/corrupter/pkg-descr
@@ -0,0 +1,4 @@
corrupter is simple image glitcher suitable for producing nice looking
i3lock backgrounds.

WWW: https://github.com/r00tman/corrupter

0 comments on commit 530c0c2

Please sign in to comment.