Files
firecrawl__cli/nfpm.yaml
Developers Digest 76e8552fe6 add nfpm linux packaging and auto-release on version bump
- trigger release on package.json version bump to main (not manual release)
- auto-create git tag + github release with all assets
- add nfpm.yaml for .deb, .rpm, .apk, .pkg.tar.zst generation
- use envsubst to render nfpm config per arch
- fix nfpm download url to use versioned filename
- add optional nfpm packaging to local build script
2026-03-13 14:34:34 -04:00

15 lines
327 B
YAML

name: firecrawl
description: CLI for Firecrawl - web scraping, search, and browser automation
homepage: https://firecrawl.dev
maintainer: Firecrawl <support@firecrawl.dev>
license: ISC
vendor: Firecrawl
version: ${VERSION}
arch: ${ARCH}
contents:
- src: ${BINARY}
dst: /usr/bin/firecrawl
file_info:
mode: 0755