App-BS

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

[![Actions Status](https://github.com/marlencrabapple/App-bs/actions/workflows/test.yml/badge.svg)](https://github.com/marlencrabapple/App-bs/actions)
# NAME

App::BS - Build system for PKGBUILD based Linux distributions

# SYNOPSIS

Using BS in your own script:

        use ut8;
        use v5.40;

        use BS;
        ...

Update and rebuild your entire toolchain recursively. This is expected to
perform each operation such that the conditions outlined i
https://wiki.archlinux.org/title/DeveloperWiki:Toolchain\_maintenance are properly met:

        $ pkgbuild -r gcc llvm clang lld rustc go
        pkgbuild queue: linux-api-headers glibc binutils gcc glibc binutils gcc llvm clang lld rustc go
        ...

# DESCRIPTION

App::BS is a Perl distribution providing a set of integrated build tools and helpers for already existing tools on Arch Linux and closely-related distributions. It aids creating installable package files for any repository or directory containing a v...

# LICENSE

Copyright (C) Ian P Bradley.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

Ian P Bradley <ian.bradley@studiocrabapple.com>



( run in 1.787 second using v1.01-cache-2.11-cpan-39bf76dae61 )