-
Notifications
You must be signed in to change notification settings - Fork 24
/
snapcraft.yaml
31 lines (27 loc) · 999 Bytes
/
snapcraft.yaml
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
name: ldpl-lang
base: core22
version: '5.1.0'
summary: Compiled programming language for Unix systems, inspired by COBOL
description: |
The LDPL project produces the LDPL Programming Language, a free, powerful, compiled, open-source programming language designed from the ground up to be excessively expressive, readable, fast and easy to learn. LDPL was designed to run on Unix systems, including AMD-64 Linux, macOS, ARMv8 Linux, Android Termux and both Intel and PowerPC OS X (tested from Tiger 10.4 onwards). It even supports UTF-8 out of the box.
grade: stable
confinement: classic
apps:
ldpl:
command: bin/ldpl
parts:
ldpl:
plugin: autotools
source: https://github.com/Lartu/ldpl.git
source-tag: '5.1.0'
build-packages:
- g++
- build-essential
- make
- man-db
- libc6-dev
override-build: |
make
make install
organize:
/usr/local/bin/ldpl: bin/