This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
libxcrypt.yaml
68 lines (57 loc) · 1.54 KB
/
libxcrypt.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
package:
name: libxcrypt
version: 4.4.36
epoch: 0
description: "Modern library for one-way hashing of passwords"
copyright:
- license: GPL-2.0-or-later AND LGPL-2.1-or-later
environment:
contents:
repositories:
- https://packages.wolfi.dev/bootstrap/stage2
keyring:
- https://packages.wolfi.dev/bootstrap/stage2/wolfi-signing.rsa.pub
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- gettext
- libtool
- pkgconf
- wolfi-baselayout
pipeline:
# Using Fetch instead of git checkout
# @kaniini : When we retire libcrypt from glibc, it will need to get built earlier than git, as git (indirectly) depends on libcrypt.
- uses: fetch
with:
uri: https://github.com/besser82/libxcrypt/archive/refs/tags/v${{package.version}}.tar.gz
expected-sha256: b979838d5f1f238869d467484793b72b8bca64c4eae696fdbba0a9e0b6c28453
- runs: |
./autogen.sh
- uses: autoconf/configure
with:
opts: |
--prefix=/usr \
--disable-static \
--enable-hashes=strong,glibc \
--enable-obsolete-api=no \
--disable-failure-tokens
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libxcrypt-doc
pipeline:
- uses: split/manpages
description: libxcrypt manpages
- name: libxcrypt-dev
pipeline:
- uses: split/dev
description: libxcrypt dev
update:
enabled: true
release-monitor:
identifier: 16436