You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
788 B
Tcl
23 lines
788 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-lsqlite3
|
|
version 0.9.5
|
|
luarocks.rock lsqlite3-${version}-1.src.rock
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers {judaew @judaew} openmaintainer
|
|
|
|
description A binding for Lua to the SQLite3 database library
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 9c2a3c380ab30d97df2476bad7dd89fe24e8d7c2 \
|
|
sha256 fdae3c03390ab4e4b7db3a13d09b79ffe19318739b752d17914adcdb3d2ef9ff \
|
|
size 2124637
|
|
|
|
set commit_hash fsl09y
|
|
luarocks.worksrcdir lsqlite3_${commit_hash}
|