svetlyak40wt / test-linux-app

A test Common Lisp application showing how to package CL programs for Ubuntu Linux.

Home Page:https://svetlyak40wt.github.io/test-linux-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-linux-app - An application to test linux-packaging system.

TEST-LINUX-APP ASDF System Details

Usage

This repository contains a demo application showing how to build debian package for Common Lisp application. It was created as part of this video about linux-packaging ASDF system.

To build a deb package you need SBCL built with with enabled static compilation feature and fpm (requirement of linux-packaging).

Change paths to SBCL in the Makefile and run make command. It should produce the test-linux-app-deb-0.1.0.deb package which can be installed with apt-get or apt.

The same way you may try to build RPM package on Centos. See full list of supported linuxes on the home page of the linux-packaging ASDF system.


[generated by 40ANTS-DOC]

About

A test Common Lisp application showing how to package CL programs for Ubuntu Linux.

https://svetlyak40wt.github.io/test-linux-app/


Languages

Language:Common Lisp 96.4%Language:Makefile 3.6%