Skip to content

Commit

Permalink
libcue: Use github portgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 10, 2017
1 parent c94a953 commit 1419aab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions textproc/libcue/Portfile
@@ -1,17 +1,17 @@
# -*- 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

name libcue
version 1.4.0
github.setup lipnitsk libcue 1.4.0 v
categories textproc
maintainers nomaintainer
description CUE Sheet Parser Library
long_description LibCUE is intended to parse a so called CUE sheet from a char string or a file pointer.
license GPL-2+ GPL-3+
homepage http://libcue.sourceforge.net
platforms darwin
master_sites sourceforge:libcue

github.tarball_from releases
use_bzip2 yes
checksums md5 5f5045f00e6ac92d9a057fe5b0982c69 \
sha1 3fd31f2da7c0e3967d5f56363f3051a85a8fd50d \
Expand Down

0 comments on commit 1419aab

Please sign in to comment.