Create custom CI pipeline
Some checks failed
ci/woodpecker/push/woodpecker/1 Pipeline failed
ci/woodpecker/push/woodpecker/3 Pipeline failed
ci/woodpecker/push/woodpecker/2 Pipeline failed
ci/woodpecker/tag/woodpecker/3 Pipeline failed
ci/woodpecker/tag/woodpecker/1 Pipeline was successful
ci/woodpecker/release/woodpecker/3 Pipeline failed
ci/woodpecker/release/woodpecker/1 Pipeline was successful
ci/woodpecker/release/woodpecker/2 Pipeline was successful
ci/woodpecker/tag/woodpecker/2 Pipeline failed

This commit is contained in:
2025-02-12 23:20:59 -08:00
parent d58228cd43
commit 0533731f69
3 changed files with 72 additions and 19 deletions

20
.nfpm.yaml Normal file
View File

@@ -0,0 +1,20 @@
name: distrohop
description: "A utility for correlating and identifying equivalent software packages across different Linux distributions"
homepage: 'https://gitea.elara.ws/Elara6331/distrohop'
maintainer: 'Elara Ivy <elara@elara.ws>'
license: AGPLv3
arch: ${ARCH}
version: ${VERSION}
provides:
- distrohop
conflicts:
- distrohop
contents:
- src: distrohop
dst: /usr/bin/distrohop
file_info:
mode: 0755
- src: distrohop.service
dst: /etc/systemd/system/distrohop.service
file_info:
mode: 0644