Go to file
Martin Simon 32f0f2dfab v0.4.2 - first release using alacritty-debian 2020-04-17 21:50:20 +02:00
.github/workflows v0.4.2 - first release using alacritty-debian 2020-04-17 21:50:20 +02:00
debian v0.4.2 - first release using alacritty-debian 2020-04-17 21:50:20 +02:00
target v0.4.2 - first release using alacritty-debian 2020-04-17 21:50:20 +02:00
LICENSE v0.4.2 - first release using alacritty-debian 2020-04-17 21:50:20 +02:00
README.md v0.4.2 - first release using alacritty-debian 2020-04-17 21:50:20 +02:00
build.sh v0.4.2 - first release using alacritty-debian 2020-04-17 21:50:20 +02:00
entrypoint.sh v0.4.2 - first release using alacritty-debian 2020-04-17 21:50:20 +02:00

README.md

alacritty-debian

This repository contains the source to build a Debian package for alacritty.

Usage

If you have Docker installed locally, just run the following:

user@hostname$ ./build.sh

By default this will build alacritty 0.4.2 on Debian Buster.

If you want to customize the build at runtime, use the following:

user@hostname$ ./build.sh -i debian:unstable-slim -v 0.3.3

Don't forget to update debian/changelog so your package is generated with the correct version.

Release

To publish a new package version to Github, follow these steps:

  • update the VERSION variable in build.sh
  • add a new entry in debian/changelog
  • create a new tag with the Debian package version

License

Copyright 2020 Martin Simon

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.

References