# yaml-language-server: $schema=https://nfpm.goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj  # codespell-ignore

name: aptly-publish
arch: all
platform: linux
version: 2025.2.1
section: devel
priority: optional
depends:
  - python3
  - python3-requests
  - python3-urllib3
  - python3-debian
maintainer: Benjamin Renard <brenard@zionetrix.net>
description: Tool to publish one (or more) Debian package on a Aptly repository using its API
homepage: https://gitea.zionetrix.net/bn8/aptly-publish
license: GPL-3
# Changelog YAML file, see: https://github.com/goreleaser/chglog
changelog: changelog.yml
contents:
  - src: ./aptly-publish
    dst: /usr/bin