Go to file
Vicente Olivert Riera 35b5d97ab7
Do not hard code versions in README
Hard coding versions in the README makes it harder to maintain, since every time
the default versions change in the build script you need to remember to update
the README.

Instead, refer to the source where those versions are defined.
2022-07-04 22:20:19 +09:00
.github new release 2021-08-30 04:55:10 +02:00
debian v0.10.1 - new upstream release 2022-02-21 01:39:35 +01:00
target Ignore target files 2022-07-04 22:19:48 +09:00
build.sh v0.10.1 - new upstream release 2022-02-21 01:39:35 +01:00
entrypoint.sh v0.10.0-rc1 - new upstream release 2021-12-25 21:04:24 +01:00
LICENSE v0.10.0-rc2 - new upstream release 2022-01-08 22:50:05 +01:00
README.md Do not hard code versions in README 2022-07-04 22:20:19 +09:00

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

The version of alacritty that will be built by default is specified in the VERSION variable from the build.sh script.

The version of Debian that will be built for by default is specified in the IMAGE variable from the build.sh script.

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

user@hostname$ ./build.sh -i debian:unstable-slim -v 0.4.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-2022 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.

Buy me a coffee?

If you feel like buying me a coffee (or a beer?), donations are welcome:

BTC : bc1qq04jnuqqavpccfptmddqjkg7cuspy3new4sxq9
DOGE: DRBkryyau5CMxpBzVmrBAjK6dVdMZSBsuS
ETH : 0x2238A11856428b72E80D70Be8666729497059d95
LTC : MQwXsBrArLRHQzwQZAjJPNrxGS1uNDDKX6

References