You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1008 B
Tcl
30 lines
1008 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 luarocks_org 1.0
|
|
|
|
name lua-readline
|
|
version 3.2
|
|
revision 0
|
|
luarocks.rock readline-${version}-0.src.rock
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Lua interface for readline packages.
|
|
long_description This module is a Lua interface to various \"readline\" \
|
|
packages. If no real package is found, it implements \
|
|
the basic functions with stubs.
|
|
|
|
depends_lib-append port:readline
|
|
|
|
checksums rmd160 b628c4230ea4ce9b8048dd42102b493f0e04b1bb \
|
|
sha256 1ef4e0d934c5f8a70ade7814ed8fccf318d7cca6da452b28027885ec445adbff \
|
|
size 17154
|
|
|
|
luarocks.worksrcdir readline-${version}
|
|
|
|
luarocks.dependencies \
|
|
luaposix
|
|
|
|
luarocks.uploader peterbillam
|