mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
951 B
Tcl
28 lines
951 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 drdo do-urlencode 199846441dad5dfac5478b8dee4b4e20d107af6a
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-do-urlencode
|
|
version 20181007
|
|
revision 0
|
|
|
|
checksums rmd160 8736e7ab9327cc2fef5462c39f20caafe61d7e29 \
|
|
sha256 221fdcc0e485efaaff5f1d776b164732202915a2e8a3d33848fbe6c4981bf307 \
|
|
size 2348
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license ISC
|
|
|
|
description Percent Encoding (aka URL Encoding) library
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
port:cl-babel
|