Skip to content

Commit

Permalink
erlang-27: add odbc subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
sando38 committed May 30, 2024
1 parent 97380bb commit 5a1b07e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions erlang-27.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 5a1b07e

Please sign in to comment.