You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
855 B
Tcl
22 lines
855 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
|
|
|
|
github.setup libxls libxls 1.6.3 v
|
|
github.tarball_from releases
|
|
conflicts catdoc
|
|
categories textproc
|
|
maintainers {nicos @NicosPavlov} openmaintainer
|
|
license BSD
|
|
|
|
description libxls is a C library which can read Excel (xls) files
|
|
long_description Library for parsing Excel (XLS) files, with a sample \
|
|
program for converting Excel files into CSV.
|
|
|
|
checksums rmd160 65b4f18d7cceb4cc957ef215e223da486861d42b \
|
|
sha256 b2fb836ea0b5253a352fb5ca55742e29f06f94f9421c5b8eeccef2e5d43f622c \
|
|
size 469013
|
|
|
|
configure.args --disable-silent-rules
|