2022-09-28 23:47:37 +00:00
|
|
|
before:
|
|
|
|
hooks:
|
|
|
|
- go mod tidy
|
2022-11-22 20:51:45 +00:00
|
|
|
- go generate
|
2022-09-28 23:47:37 +00:00
|
|
|
builds:
|
|
|
|
- id: lure
|
|
|
|
env:
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
binary: lure
|
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
goarch:
|
|
|
|
- 386
|
|
|
|
- amd64
|
|
|
|
- arm
|
|
|
|
- arm64
|
|
|
|
- riscv64
|
|
|
|
archives:
|
|
|
|
- replacements:
|
|
|
|
386: i386
|
|
|
|
amd64: x86_64
|
|
|
|
arm64: aarch64
|
|
|
|
nfpms:
|
|
|
|
- id: lure
|
2022-11-05 23:40:38 +00:00
|
|
|
package_name: linux-user-repository
|
2022-09-28 23:47:37 +00:00
|
|
|
file_name_template: '{{.PackageName}}-{{.Version}}-{{.Os}}-{{.Arch}}'
|
|
|
|
description: "Linux User REpository"
|
|
|
|
replacements:
|
|
|
|
386: i386
|
|
|
|
amd64: x86_64
|
|
|
|
arm64: aarch64
|
|
|
|
homepage: 'https://gitea.arsenm.dev/Arsen6331/lure'
|
2022-11-14 22:29:01 +00:00
|
|
|
maintainer: 'Arsen Musayelyan <arsen@arsenm.dev>'
|
2022-09-28 23:47:37 +00:00
|
|
|
license: GPLv3
|
|
|
|
formats:
|
|
|
|
- apk
|
|
|
|
- deb
|
2022-11-14 22:25:19 +00:00
|
|
|
- rpm
|
|
|
|
provides:
|
|
|
|
- lure
|
|
|
|
conflicts:
|
|
|
|
- lure
|
2022-09-28 23:47:37 +00:00
|
|
|
aurs:
|
|
|
|
- name: lure-bin
|
|
|
|
homepage: 'https://gitea.arsenm.dev/Arsen6331/lure'
|
|
|
|
description: "Linux User REpository"
|
|
|
|
maintainers:
|
2022-11-14 22:29:01 +00:00
|
|
|
- 'Arsen Musayelyan <arsen@arsenm.dev>'
|
2022-09-28 23:47:37 +00:00
|
|
|
license: GPLv3
|
|
|
|
private_key: '{{ .Env.AUR_KEY }}'
|
|
|
|
git_url: 'ssh://aur@aur.archlinux.org/lure-bin.git'
|
|
|
|
provides:
|
|
|
|
- lure
|
|
|
|
conflicts:
|
|
|
|
- lure
|
|
|
|
depends:
|
|
|
|
- sudo
|
|
|
|
- pacman
|
|
|
|
package: |-
|
|
|
|
# binaries
|
|
|
|
install -Dm755 "./lure" "${pkgdir}/usr/bin/lure"
|
|
|
|
release:
|
|
|
|
gitea:
|
|
|
|
owner: Arsen6331
|
|
|
|
name: lure
|
|
|
|
gitea_urls:
|
|
|
|
api: 'https://gitea.arsenm.dev/api/v1/'
|
|
|
|
download: 'https://gitea.arsenm.dev'
|
|
|
|
skip_tls_verify: false
|
|
|
|
checksum:
|
|
|
|
name_template: 'checksums.txt'
|
|
|
|
snapshot:
|
|
|
|
name_template: "{{ incpatch .Version }}-next"
|
|
|
|
changelog:
|
|
|
|
sort: asc
|