Files
Aaron Madlon-KayandAaron Madlon-Kay 0a9437e290 golang ports: specify github.tarball_from archive in portgroup
For the main distfile only. Vendors will need a bigger, separate migration.

Ports that don't specify are set to `tarball`.
2025-03-07 07:03:15 +09:00

34 lines
1.2 KiB
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
PortGroup golang 1.0
go.setup github.com/FooSoft/md2vim 21.12.14.0
revision 0
revision 0
categories textproc
license MIT
maintainers {judaew @judaew} openmaintainer
description Tool for automatically converting markdown to vimdoc format
long_description {*}${description}
homepage https://foosoft.net/projects/md2vim/
checksums ${distname}${extract.suffix} \
rmd160 90cf7c324cabf18a9b8536dee1fb0826f3c89000 \
sha256 5dfc55fd0acf6a633e589286c067fee82a85c3514408e41bf191aa188bf6eb42 \
size 5659
go.vendors github.com/russross/blackfriday \
lock v1.6.0 \
rmd160 3812ed1a32aa99516c48d01ece8e0e1143bb2502 \
sha256 a3064314f914f448b8213b0802283c592a556406f7a6f2785e1bf823cb55eb87 \
size 75840
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
}