Skip to content
Open
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
25 changes: 25 additions & 0 deletions srcpkgs/prek/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Template file for 'prek'
pkgname=prek
version=0.3.3
revision=1
build_style=cargo
configure_args="--no-default-features"
make_install_args="--path crates/prek"
make_check_args="--
--skip bun:: --skip haskell:: --skip lua:: --skip node:: --skip pygrep::
--skip python:: --skip ruby:: --skip script:: --skip golang:: --skip julia::
--skip swift:: --skip rust:: --skip languages::
"
depends="git"
checkdepends="${depends} python3"
short_desc="Better pre-commit, re-engineered in Rust"
maintainer="Alex March <alex@hosaka.cc>"
license="MIT"
homepage="https://prek.j178.dev"
changelog="https://raw.githubusercontent.com/j178/${pkgname}/refs/heads/master/CHANGELOG.md"
distfiles="https://github.com/j178/${pkgname}/archive/refs/tags/v${version}.tar.gz"
checksum=22cc379f34c6d9e363d65f6082df763051eab87676c63b974916d1f06f55d254

post_install() {
vlicense LICENSE
}