Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions projects/unixodbc.org/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
distributable:
url: https://github.com/lurcher/unixODBC/releases/download/{{version}}/unixODBC-{{version}}.tar.gz
strip-components: 1

versions:
github: lurcher/unixODBC

dependencies:
gnu.org/libtool: '*'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is unusual if true that it is a runtime dep


build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix="{{prefix}}"
- --disable-debug
- --disable-dependency-tracking
- --enable-static
- --enable-gui=no

provides:
- bin/dltest
- bin/isql
- bin/iusql
- bin/odbc_config
- bin/odbcinst
- bin/slencheck

test:
script:
odbc_config --version | grep {{version}}