1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | version 1.1.1 |
---|
9 | |
---|
10 | categories net |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | description A terminfo parsing library. |
---|
14 | long_description Unibilium is a very basic terminfo library. It doesn't \ |
---|
15 | depend on curses or any other library. It also doesn't \ |
---|
16 | use global variables, so it should be thread-safe. |
---|
17 | license LGPL-3 |
---|
18 | maintainers cassedanne.com:franck |
---|
19 | |
---|
20 | github.setup mauke unibilium ${version} |
---|
21 | github.tag_prefix v |
---|
22 | |
---|
23 | checksums rmd160 5ac8db9c7723984f2de51ad01d1fd79ce450470b \ |
---|
24 | sha256 0b887087353c5b99c5dd889c22d7d3aad90b9ce1c4d061c59c8f247ba0e21d68 |
---|
25 | |
---|
26 | use_configure no |
---|
27 | destroot.destdir PREFIX=${destroot}${prefix} |
---|
28 | |
---|
29 | test.run yes |
---|