leonerd.org.uk/libvterm (#1704)

* new file:   projects/leonerd.org.uk/libvterm/package.yml

* modified:   projects/leonerd.org.uk/libvterm/package.yml

* modified:   projects/leonerd.org.uk/libvterm/package.yml

* versions

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
Andrew 2023-04-27 23:36:20 +03:00 committed by GitHub
parent 3188216900
commit ab78917291
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,28 @@
distributable:
url: http://www.leonerd.org.uk/code/libvterm/libvterm-{{version}}.tar.gz
strip-components: 1
versions:
url: https://launchpad.net/libvterm/+download
match: /libvterm-\d+\.\d+\.\d+.tar.gz/
strip:
- /^libvterm-/
- /\.tar\.gz$/
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/libtool: '*'
script: |
make --jobs {{ hw.concurrency }} install PREFIX="{{prefix}}"
provides:
- bin/unterm
- bin/vterm-ctrl
- bin/vterm-dump
test:
dependencies:
freedesktop.org/pkg-config: '*'
script:
pkg-config --modversion vterm | grep {{version}}