mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
844 B
Tcl
26 lines
844 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup common_lisp 1.0
|
|
|
|
github.setup jnjcc cl-qrencode 0.1.2 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
|
|
checksums rmd160 5d538e512c9691ee4a3af8aa78c09944aa7df7a8 \
|
|
sha256 f5e63803d8c807104e756780268b1463ade30bb4707814312302dde4d8b12afe \
|
|
size 31068
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL
|
|
|
|
description QR code 2005 encoder in Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-lisp-unit \
|
|
port:cl-zpng
|