1 | # -*- coding: utf-8; mode: tcl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | version 0.0.6 |
---|
6 | github.setup thenatefisher smlr ${version} |
---|
7 | name smlr |
---|
8 | categories sysutils |
---|
9 | platforms darwin |
---|
10 | license MIT |
---|
11 | maintainers nomaintainer |
---|
12 | homepage https://github.com/thenatefisher/smlr |
---|
13 | use_configure no |
---|
14 | description Text truncation utility |
---|
15 | long_description smlr reduces the size of a text input based on specified parameters. It makes your string smaller, if it's too big. |
---|
16 | checksums sha256 4641de211cd5d7ab7df5508568cf885920dce0046900c73656f5a5d6a81e7982 \ |
---|
17 | rmd160 95a6d0a71604993b31bbb4c468299e176ad028d2 |
---|