2021-11-28 08:15:28 -07:00
|
|
|
# -*- 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
|
2023-03-12 12:57:52 -07:00
|
|
|
PortGroup luarocks_org 1.0
|
2021-11-28 08:15:28 -07:00
|
|
|
|
2023-03-12 12:57:52 -07:00
|
|
|
name lua-readline
|
|
|
|
|
version 3.2
|
|
|
|
|
revision 0
|
|
|
|
|
luarocks.rock readline-${version}-0.src.rock
|
2021-11-28 08:15:28 -07:00
|
|
|
license MIT
|
2024-02-08 09:20:46 -06:00
|
|
|
maintainers nomaintainer
|
2021-11-28 08:15:28 -07:00
|
|
|
|
|
|
|
|
description Lua interface for readline packages.
|
2021-11-28 12:30:27 -06:00
|
|
|
long_description This module is a Lua interface to various \"readline\" \
|
2021-11-28 08:15:28 -07:00
|
|
|
packages. If no real package is found, it implements \
|
|
|
|
|
the basic functions with stubs.
|
|
|
|
|
|
2021-11-28 12:30:27 -06:00
|
|
|
depends_lib-append port:readline
|
2021-11-28 08:15:28 -07:00
|
|
|
|
2023-03-12 12:57:52 -07:00
|
|
|
checksums rmd160 b628c4230ea4ce9b8048dd42102b493f0e04b1bb \
|
|
|
|
|
sha256 1ef4e0d934c5f8a70ade7814ed8fccf318d7cca6da452b28027885ec445adbff \
|
|
|
|
|
size 17154
|
|
|
|
|
|
|
|
|
|
luarocks.worksrcdir readline-${version}
|
|
|
|
|
|
|
|
|
|
luarocks.dependencies \
|
|
|
|
|
luaposix
|
|
|
|
|
|
|
|
|
|
luarocks.uploader peterbillam
|