void-packages/srcpkgs/migrate/template
2025-02-01 00:46:57 -05:00

18 lines
585 B
Bash

# Template file for 'migrate'
pkgname=migrate
version=4.18.1
revision=1
build_style=go
go_import_path="github.com/golang-migrate/migrate/v4"
go_package="./cmd/migrate"
go_ldflags="-X main.Version=${version}"
short_desc="Database migrations CLI written in Golang"
maintainer="Thomas Treffry <t.treffry@gmail.com>"
license="MIT"
homepage="https://github.com/golang-migrate/migrate"
distfiles="https://github.com/golang-migrate/migrate/archive/refs/tags/v${version}.tar.gz"
checksum="06cb38c81f0152670c730e906a27f49b353958fe90dcdf9f90f318785c19977f"
post_install() {
vlicense LICENSE
}