forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfile
30 lines (21 loc) · 1.02 KB
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- 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 nanopass nanopass-framework-scheme 1.9 v
name nanopass-scheme
categories scheme
platforms darwin
supported_archs noarch
license MIT
maintainers {outlook.com:mohd.akram @mohd-akram} openmaintainer
description Nanopass Compiler Library
long_description An R6RS version of the Nanopass Compiler Infrastructure.
checksums rmd160 8b2ce43f9b1d44f24c38585dbdd7d354306415b1 \
sha256 a37ef8c6f5909cc09d2ad4d4ec49cce7e3dc926f45344e95af98aa70df799a04
use_configure no
build {}
destroot {
xinstall -d ${destroot}${prefix}/share/scheme/r6rs/nanopass
xinstall ${worksrcpath}/nanopass.ss ${destroot}${prefix}/share/scheme/r6rs
xinstall {*}[glob ${worksrcpath}/nanopass/*] ${destroot}${prefix}/share/scheme/r6rs/nanopass
}