1
0
Fork
You've already forked burl
0
build Perl stuff into containers (via podman/buildah)
  • Perl 89.8%
  • Shell 10.2%
2026年04月07日 22:32:53 +02:00
example Add second example 2026年04月07日 22:32:53 +02:00
.gitignore Import initial files 2025年07月09日 23:00:54 +02:00
burl Make sure the initial context dir is preserved 2026年04月07日 22:25:25 +02:00
cpanm Move to a simpler structure 2026年04月04日 01:13:13 +02:00
LICENSE Import initial files 2025年07月09日 23:00:54 +02:00
README.md More fixes to README.md 2026年04月04日 12:23:17 +02:00

burl

burl - build Perl stuff

Installation

Get the burl library inside your project:

curl -LO https://codeberg.org/polettix/burl/raw/branch/main/burl
# If you plan to use the commands inside (suggested) make it executable:
chown +x burl
# If you plan to use the stock build-bases command, create a symlink:
ln -s burl build_bases

Help

Run the library to read the help (printed on standard output):

sh burl | less

COPYRIGHT & LICENSE

The contents of this repository are licensed according to the Apache License 2.0 (see file LICENSE in the project's root directory):

Copyright 2026 by Flavio Poletti (flavio@polettix.it).

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.