Skip to content

Commit

Permalink
Merge pull request #20506 from sando38/erlang-odbc
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayk authored May 31, 2024
2 parents c911e4b + 021b4ed commit 5b91b5a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion erlang-27.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: erlang-27
version: 27.0
epoch: 0
epoch: 1
description: General-purpose programming language and runtime environment
copyright:
- license: Apache-2.0
Expand All @@ -20,9 +20,11 @@ environment:
- build-base
- busybox
- ca-certificates-bundle
- freetds-dev
- ncurses-dev
- openssl-dev
- perl-dev
- unixodbc-dev
- zlib-dev

pipeline:
Expand Down Expand Up @@ -64,6 +66,20 @@ subpackages:
provides:
- erlang-dev=${{package.full-version}}

- name: ${{package.name}}-odbc
description: "Erlang odbc library"
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/lib/erlang/lib
mv "${{targets.destdir}}"/usr/lib/erlang/lib/odbc-* "${{targets.subpkgdir}}"/usr/lib/erlang/lib
dependencies:
runtime:
- erlang
- freetds
- unixodbc
provides:
- erlang-odbc=${{package.full-version}}

update:
enabled: true
github:
Expand Down

0 comments on commit 5b91b5a

Please sign in to comment.