Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions srcpkgs/greaseweazle/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'greaseweazle'
pkgname=greaseweazle
version=1.23
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
makedepends="python3-devel"
depends="python3-crcmod python3-bitarray python3-pyserial python3-requests"
short_desc="Tools for accessing a floppy drive at the raw flux level"
maintainer="0x5c <dev@0x5c.io>"
license="Unlicense"
homepage="https://github.com/keirf/greaseweazle"
changelog="https://raw.githubusercontent.com/keirf/greaseweazle/refs/heads/master/RELEASE_NOTES"
distfiles="https://github.com/keirf/greaseweazle/archive/refs/tags/v${version}.tar.gz"
checksum=991b89e3f4ff084f5a5f315f81d0816cf6ee3d2e916b504af6c06718de1f2abf

export SETUPTOOLS_SCM_PRETEND_VERSION=${version}