mirror of
https://github.com/luzifer-aur/korvike.git
synced 2024-11-08 15:10:08 +00:00
korvike v1.0.0
This commit is contained in:
parent
a0a2bbcec2
commit
9732b61fb8
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,13 +1,13 @@
|
||||||
pkgbase = korvike
|
pkgbase = korvike
|
||||||
pkgdesc = korvike takes a Go template and executes it
|
pkgdesc = korvike takes a Go template and executes it
|
||||||
pkgver = 0.13.0
|
pkgver = 1.0.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Luzifer/korvike
|
url = https://github.com/Luzifer/korvike
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache
|
license = Apache
|
||||||
makedepends = go
|
makedepends = go
|
||||||
source = korvike-0.13.0.tar.gz::https://github.com/Luzifer/korvike/archive/v0.13.0.tar.gz
|
source = korvike-1.0.0.tar.gz::https://github.com/Luzifer/korvike/archive/v1.0.0.tar.gz
|
||||||
sha512sums = dffcdf394f93e587c9784543468684825b08b66c13190e645de8c3d5b5f9e92daad88e67e7393a0b2b6e6879c648bba54b452429e010ce340aa31a2bf1e51f30
|
sha512sums = e17dfe2b812bc1a7f61e6760ff0186c0e4bf1e1380f10882ddca9999e3795c0001efe2c95b32f304e11a0842aedef0c7fc7ea005bf1c2a18c6c1ce16bc274abd
|
||||||
|
|
||||||
pkgname = korvike
|
pkgname = korvike
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||||
|
|
||||||
pkgname=korvike
|
pkgname=korvike
|
||||||
pkgver=0.13.0
|
pkgver=1.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="korvike takes a Go template and executes it"
|
pkgdesc="korvike takes a Go template and executes it"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -10,7 +10,7 @@ license=('Apache')
|
||||||
depends=()
|
depends=()
|
||||||
makedepends=('go')
|
makedepends=('go')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
|
||||||
sha512sums=('dffcdf394f93e587c9784543468684825b08b66c13190e645de8c3d5b5f9e92daad88e67e7393a0b2b6e6879c648bba54b452429e010ce340aa31a2bf1e51f30')
|
sha512sums=('e17dfe2b812bc1a7f61e6760ff0186c0e4bf1e1380f10882ddca9999e3795c0001efe2c95b32f304e11a0842aedef0c7fc7ea005bf1c2a18c6c1ce16bc274abd')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue