Skip to content

Commit

Permalink
build libpsl as dep for curl
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh committed Jan 11, 2024
1 parent 5917380 commit 5f9ffd3
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions curl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ environment:
- openssl-dev
- wolfi-base
- zlib-dev
- libpsl-dev

pipeline:
- uses: fetch
Expand Down
54 changes: 54 additions & 0 deletions libpsl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Generated from https://git.alpinelinux.org/aports/plain/main/libpsl/APKBUILD
package:
name: libpsl
version: 0.21.2
epoch: 0
description: C library for the Publix Suffix List
copyright:
- license: MIT

environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libidn2-dev
- libunistring-dev
- meson
- python3

pipeline:
- uses: fetch
with:
expected-sha256: e35991b6e17001afa2c0ca3b10c357650602b92596209b7492802f3768a6285f
uri: https://github.com/rockdaboot/libpsl/releases/download/${{package.version}}/libpsl-${{package.version}}.tar.gz

- uses: autoconf/configure

- uses: autoconf/make

- uses: autoconf/make-install

- uses: strip

subpackages:
- name: libpsl-static
pipeline:
- uses: split/static
description: libpsl static

- name: libpsl-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libpsl
description: libpsl dev

- name: libpsl-doc
pipeline:
- uses: split/manpages
description: libpsl manpages

0 comments on commit 5f9ffd3

Please sign in to comment.