Differences From Artifact [394d9a4b1e]:
- Executable file tuapi/build.sh — part of check-in [36d65f9f09] at 2016-09-06 07:47:34 on branch trunk — Added TUAPI and tDOM (user: rkeene, size: 640) [annotate] [blame] [check-ins using]
To Artifact [d7c9079743]:
- Executable file tuapi/build.sh — part of check-in [fb4239c342] at 2019-08-08 17:57:50 on branch trunk — Added SHA256 for TUAPI (user: rkeene, size: 703) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#! /usr/bin/env bash
# BuildCompatible: KitCreator
version='0.6'
url="http://rkeene.org/devel/tuapi-${version}.tar.gz"
sha256='-'
function configure() {
:
}
function build() {
(
|
| |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#! /usr/bin/env bash
# BuildCompatible: KitCreator
version='0.6'
url="http://rkeene.org/devel/tuapi-${version}.tar.gz"
sha256='9e5d8cac9a6962b8afe9f88a0aa44303abbbfc5c0980d27ff7c0351a9c297d0b'
function configure() {
:
}
function build() {
(
|