Skip to content

Commit

Permalink
erlang-otp: Add version 23.1
Browse files Browse the repository at this point in the history
[Description][1]:

> Erlang is a programming language used to build massively scalable soft
> real-time systems with requirements on high availability. Some of its
> uses are in telecoms, banking, e-commerce, computer telephony and
> instant messaging. Erlang's runtime system has built-in support for
> concurrency, distribution and fault tolerance.

> OTP is set of Erlang libraries and design principles providing
> middle-ware to develop these systems. It includes its own distributed
> database, applications to interface towards other languages, debugging
> and release handling tools.

[1]: https://www.erlang.org/
  • Loading branch information
pmenzel committed Oct 29, 2020
1 parent e20fd2f commit 9ffecbd
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions erlang-otp.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION erlang-otp-23.1-0

SRCURL[0]="https://erlang.org/download/otp_src_${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 9ffecbd

Please sign in to comment.