Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textproc/cliqr: init at 0.1.25 #318

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions textproc/cliqr/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
PORTNAME= cliqr
CATEGORIES= textproc
DISTVERSION= 0.1.25
DISTVERSIONPREFIX= v

MAINTAINER= [email protected]
COMMENT= Tool to generate and display QR in the command line
WWW= https://paepcke.de/${PORTNAME}

LICENSE= BSD3CLAUSE

USES= go:modules

GO_MODULE= paepcke.de/${PORTNAME}
GO_TARGET= ./cmd/${PORTNAME}

PLIST_FILES= bin/${PORTNAME}

.include <bsd.port.mk>
5 changes: 5 additions & 0 deletions textproc/cliqr/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
TIMESTAMP = 1729915991
SHA256 (go/textproc_cliqr/cliqr-v0.1.25/v0.1.25.mod) = af30e063feddf28a6502d2b6cfaa5059d36d272bff23a9a80f494268d5d089d9
SIZE (go/textproc_cliqr/cliqr-v0.1.25/v0.1.25.mod) = 33
SHA256 (go/textproc_cliqr/cliqr-v0.1.25/v0.1.25.zip) = 202f867608d214f9dee5a6d7cf80bf3f524fec0cd63af789c097aad8206e7da9
SIZE (go/textproc_cliqr/cliqr-v0.1.25/v0.1.25.zip) = 22521
1 change: 1 addition & 0 deletions textproc/cliqr/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Tool to generate and display QR in the command line