File: alt.sh

package info (click to toggle)
ima-evm-utils 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: ansic: 4,211; sh: 3,159; awk: 113; makefile: 109
file content (29 lines) | stat: -rwxr-xr-x 509 bytes parent folder | download
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
#!/bin/sh -ex
# SPDX-License-Identifier: GPL-2.0-only
#
# Install build env for ALT Linux

apt-get update -y

# rpm-build brings basic build environment with gcc, make, autotools, etc.
apt-get install -y \
		$CC \
		$TSS \
		asciidoc \
		attr \
		e2fsprogs \
		fsverity-utils-devel \
		gnutls-utils \
		libattr-devel \
		libkeyutils-devel \
		libp11 \
		libssl-devel \
		openssl \
		openssl-gost-engine \
		rpm-build \
		softhsm \
		util-linux \
		wget \
		xsltproc \
		xxd \
	&& control openssl-gost enabled