Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Various scripts used in Lisp deployment

Notifications You must be signed in to change notification settings

atlas-engineer/build-script-archive

Repository files navigation

This repository contains various scripts related to building and deploying Common Lisp projects.

At some point of its history Nyxt has used these script to produce .deb and .rpm archives.

A particularity of these archives is that they feature a nyxt binary that embeds some required static libraries (like libfixposix) that may not be present on the target system.

Nyxt .deb archive

See the following files:

Nyxt .rpm archive

This is an almost-working-attempt at generating an RPM package for Fedora. See atlas-engineer/nyxt#1359.

See the following files:

  • .github/workflows/package-fedora.yml: GitHub CI driver (as little code as possible).
  • build-fedora-package.sh: The actual build.
  • Dockerfile: The (most likely flawed) Docker script used by the above script.
  • nyxt-fedora-package.asd: The linux-packaging system used by the above script.

About

Various scripts used in Lisp deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published