1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-13 01:30:50 +02:00

feat: termux.deb (#3333)

termux support, built from #3258 :

minor code changes
support for 386 as well
docs
tests

closes #3118
closes #3258

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Co-authored-by: rsteube <rsteube@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2022-08-22 09:29:55 -03:00
committed by GitHub
parent 3729f1ee2b
commit a7c6b14cbf
3 changed files with 47 additions and 5 deletions

View File

@ -66,6 +66,7 @@ nfpms:
- apk
- deb
- rpm
- termux.deb
# Packages your package depends on. (overridable)
dependencies:
@ -378,3 +379,10 @@ nfpms:
!!! info
Fields marked with "overridable" can be overriden for any format.
## A note about Termux
Termux is the same format as `deb`, the differences are:
- it uses a different `bindir` (prefixed with `/data/data/com.termux/files/`)
- it uses slightly different architecture names than Debian