Skip to content
Closed
Show file tree
Hide file tree
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
27 changes: 0 additions & 27 deletions .github/workflows/build-db.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/check-pkg.yml

This file was deleted.

4 changes: 2 additions & 2 deletions base/src/acl.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = acl
version = 2.3.2
type = src
url = https://download.savannah.gnu.org/releases/$NAME/$NAME-$VERSION.tar.gz
sha256 = 5f2bdbad629707aa7d85c623f994aa8a1d2dec55a73de5205bac0bf6058a2f7c

[description]
Utilities to administer Access Control Lists, which are used to define more fine-grained discretionary access rights for files and directories

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/attr.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = attr
version = 2.5.2
type = src
url = https://download.savannah.gnu.org/releases/$NAME/$NAME-$VERSION.tar.gz
sha256 = 39bf67452fa41d0948c2197601053f48b3d78a029389734332a6309a680c6c87

[description]
Utilities to administer the extended attributes on filesystem objects

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xzf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/audit-userspace.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = audit-userspace
version = 4.0.2
type = src
url = https://github.com/linux-audit/audit-userspace/archive/refs/tags/v$VERSION.tar.gz
sha256 = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

[description]
The Linux Audit System is designed to make Linux complaint with the requirements from Common Crciteria, PCI-DSS, and other security standards by intercepting system calls and serializing audit log entries from privileged user space applications.

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/autoconf.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version = 2.72
type = src
license = GPL-3.0-or-later
url = https://ftp.gnu.org/gnu/$NAME/$NAME-$VERSION.tar.gz
sha256 = afb181a76e1ee72832f6581c0eddf8df032b83e2e0239ef79ebedc4467d92d6e

# package description
[description]
Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages.

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/automake.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ version = 1.16
type = src
license = GPL-3.0-or-later
url = https://ftp.gnu.org/gnu/$NAME/$NAME-$VERSION.tar.gz
sha256 = 80da43bb5665596ee389e6d8b64b4f122ea4b92a685b1dbd813cd1f0e0c2d83f

# package description
[description]
GNU Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards

[download]
[prepare]
curl -o $NAME-$VERSION.tar.gz $URL
tar -xf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/bash.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = bash
version = 5.2.9
type = src
url = https://ftp.gnu.org/gnu/$NAME/$NAME-$VERSION.tar.gz
sha256 = 68d978264253bc933d692f1de195e2e5b463a3984dfb4e5504b076865f16b6dd

[description]
The Bourne-Again SHell

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xzf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/bc.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = 1.07.1
type = src
license = GPL
url = https://ftp.gnu.org/gnu/$NAME/$NAME-$VERSION.tar.gz
sha256 = 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a

[description]
bc is a language that supports arbitrary precision numbers with interactive execution of statements. There are some similarities in the syntax to the C programming language.

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xzf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/binutils.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ version = 2.42
type = src
license = GPL
url = https://ftp.gnu.org/gnu/$NAME/$NAME-$VERSION.tar.gz
sha256 = 5d2a6c1d49686a557869caae08b6c2e83699775efd27505e01b2f4db1a024ffc

[description]
The GNU Binutils are a collection of binary tools, As well as some libraries. Most of these programs use BFD, the Binary File Descriptor library, to do low-level manipulation. Many of them also use the opcodes library to assemble and disassemble machine instructions.

The binutils have been ported to most major Unix variants as well as Wintel systems, and their main reason for existence is to give the GNU system (and GNU/Linux) the facility to compile and link programs.

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xzf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/bison.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = bison
version = 3.8
type = src
url = https://ftp.gnu.org/gnu/$NAME/$NAME-$VERSION.tar.gz
sha256 = d5d184d421aee15603939973a6b0f372f908edfb24c5bc740697497021ad9458

[description]
A parser generator

[download]
[prepare]
curl -o $NAME-$VERSION.tar.gz $URL
tar -xf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/btrfs-progs.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = btrfs-progs
version = 6.10.1
type = src
url = https://www.kernel.org/pub/linux/kernel/people/kdave/$NAME/$NAME-v$VERSION.tar.xz
sha256 = 25684696bc5b5d07c98f19d4bf7a48b53ab94870ca4c468a68af3df9e2c8a35e

[description]
Administration and debugging tools for the B-tree file system (btrfs)

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.xz
tar -xf $NAME-$VERSION.tar.xz
mv $NAME-v$VERSION $NAME-$VERSION
Expand Down
4 changes: 2 additions & 2 deletions base/src/bzip2.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = bzip2
version = 1.0.8
type = src
url = https://sourceware.org/pub/$NAME/$NAME-$VERSION.tar.gz
sha256 = ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269

[description]
Programs for compressing and decompressing files

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xzf $NAME-$VERSION.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion base/src/cccp.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libspm
[files]
$NAME-$VERSION.zip https://github.com/Soviet-Linux/CCCP/archive/$VERSION.zip 5caf52a5919e9a0fec54e878ff33324385cf84b89f3e603c2a7be22dc59a5a8a

[download]
[prepare]
unzip $NAME-$VERSION.zip
mv CCCP-$VERSION $NAME-$VERSION

Expand Down
4 changes: 2 additions & 2 deletions base/src/check.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = check
version = 0.15.2
type = src
url = https://codeload.github.com/libcheck/$NAME/tar.gz/refs/tags/$VERSION
sha256 = 998d355294bb94072f40584272cf4424571c396c631620ce463f6ea97aa67d2e

[description]
Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xzf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/cmake.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ version = 3.28.1
type = src
license = BSD-3-Clause
url = http://www.cmake.org/files/v3.28/$NAME-$VERSION.tar.gz
sha256 = 15e94f83e647f7d620a140a7a5da76349fc47a1bfed66d0f5cdee8e7344079ad

# package description , it can be on multiple lines and we support markdown
[description]
This package provides a cross-platform build system generator.
It is widely used for generating makefiles and build scripts for various platforms and compilers.

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xzf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/coreutils.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = 9.5
type = src
license = GPLv3
url = https://ftp.gnu.org/gnu/$NAME/$NAME-$VERSION.tar.xz
sha256 = cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a

[description]
The Coreutils package contains the basic utility programs needed by every operating system.

[download]
[prepare]
curl -O $URL --output $NAME-$VERSION.tar.xz
tar xf $NAME-$VERSION.tar.xz

Expand Down
4 changes: 2 additions & 2 deletions base/src/cpio.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = cpio
version = 2.15
type = src
url = https://ftp.gnu.org/gnu/cpio/cpio-$VERSION.tar.bz2
sha256 = 937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db

[description]
cpio tools for archiving

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.bz2
tar -xf $NAME-$VERSION.tar.bz2

Expand Down
4 changes: 2 additions & 2 deletions base/src/cryptsetup.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = cryptsetup
version = 2.7.5
type = src
url = https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/$NAME-$VERSION.tar.xz
sha256 = d2be4395b8f503b0ebf4b2d81db90c35a97050a358ee21fe62a0dfb66e5d5522

[description]
set up transparent encryption of block devices using the kernel crypto API

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.xz
tar -xf $NAME-$VERSION.tar.xz

Expand Down
4 changes: 2 additions & 2 deletions base/src/curl.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = 8.9.1
type = src
license = MIT
url = https://curl.se/download/$NAME-$VERSION.tar.gz
sha256 = 291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5

[description]
Utility and a library used for transferring files

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xzf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/dbus-broker.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = 35
type = src
license = Apache v2.0
url = https://github.com/bus1/$NAME/releases/download/v$VERSION/$NAME-$VERSION.tar.xz
sha256 = d50daa31ff33f48693194596ea2aeb1a925183b59cdc82a550774e5c43982252

[description]
The dbus-broker project is an implementation of a message bus as defined by the D-Bus specification. Its aim is to provide high performance and reliability, while keeping compatibility to the D-Bus reference implementation.

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.xz
tar xf $NAME-$VERSION.tar.xz

Expand Down
4 changes: 2 additions & 2 deletions base/src/dbus.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = 1.14.10
type = src
license = GPL-2.0
url = https://dbus.freedesktop.org/releases/$NAME/$NAME-$VERSION.tar.xz
sha256 = ba1f21d2bd9d339da2d4aa8780c09df32fea87998b73da24f49ab9df1e36a50f

[description]

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.xz
tar xf $NAME-$VERSION.tar.xz

Expand Down
4 changes: 2 additions & 2 deletions base/src/dejagnu.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version = 1.6.3
type = src
license = GPL
url = https://ftp.gnu.org/gnu/$NAME/$NAME-$VERSION.tar.gz
sha256 = 87daefacd7958b4a69f88c6856dbd1634261963c414079d0c371f589cd66a2e3

[description]

DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. Think of it as a custom library of Tcl procedures crafted to support writing a test harness. A test harness is the testing infrastructure that is created to support a specific program or tool. Each program can have multiple testsuites, all supported by a single test harness. DejaGnu is written in Expect, which in turn uses Tcl -- Tool command language.

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xzf $NAME-$VERSION.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions base/src/diffutils.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = 3.10
type = src
license = GPL
url = https://ftp.gnu.org/gnu/$NAME/$NAME-$VERSION.tar.xz
sha256 = 90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e

[description]
GNU Diffutils is a package of several programs related to finding differences between files.

[download]
[prepare]
curl -L $URL --output $NAME-$VERSION.tar.xz
tar -xf $NAME-$VERSION.tar.xz

Expand Down
Loading