mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
New package: golang-migrate-4.17.1
This commit is contained in:
parent
5b00f09294
commit
e73190c29c
1 changed files with 21 additions and 0 deletions
21
srcpkgs/golang-migrate/template
Normal file
21
srcpkgs/golang-migrate/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'golang-migrate'
|
||||
pkgname=golang-migrate
|
||||
version=4.17.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/golang-migrate/migrate/v4"
|
||||
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="59a92e27d58f22ce3270086d385b3548a2a44e09f91b0eda3e245f94bcf8f081"
|
||||
|
||||
do_build() {
|
||||
VERSION="$version" make build
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin migrate
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue