File: bootstrap.conf

package info (click to toggle)
lua-curses 1%3A9.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,328 kB
  • sloc: sh: 11,898; ansic: 2,704; makefile: 52
file content (57 lines) | stat: -rw-r--r-- 1,388 bytes parent folder | download | duplicates (3)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# bootstrap.conf (lcurses) version 2016-01-09

# Copyright (C) 2010-2016 Gary V. Vaughan
# Written by Gary V. Vaughan, 2010

# This file is part of lcurses.
# See README for license.

## -------------- ##
## Configuration. ##
## -------------- ##

# List of programs, minimum versions, and download urls required to
# bootstrap, maintain and release this project.

buildreq='
    git        -       http://git-scm.com
    ldoc       1.4.2   http://rocks.moonscript.org/manifests/steved/ldoc-1.4.2-1.rockspec
    specl      14.1.0  http://rocks.moonscript.org/manifests/gvvaughan/specl-14.1.0-1.rockspec
'

# List of slingshot files to link into stdlib tree before autotooling.
slingshot_files='
	.autom4te.cfg
	GNUmakefile
	Makefile.am
	build-aux/do-release-commit-and-tag
	build-aux/gitlog-to-changelog
	build-aux/mkrockspecs
	build-aux/release.mk
	build-aux/rockspecs.mk
	build-aux/sanity.mk
	build-aux/specl.mk
	build-aux/update-copyright
	m4/ax_lua.m4
	travis.yml.in
'

# Prequisite rocks that need to be installed for travis builds to work.
travis_extra_rocks='
	ansicolors
	ldoc
	specl
'

# No need to do any gnulib-tooling here.
gnulib_tool=true


# Local variables:
# mode: shell-script
# sh-indentation: 2
# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "# bootstrap.conf (lcurses) version "
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "$"
# End: