mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
gutenberg: update to 0.3.4. (#842)
This commit is contained in:
parent
5792d10325
commit
78d80a6ab5
1 changed files with 5 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'gutenberg'
|
# Template file for 'gutenberg'
|
||||||
pkgname=gutenberg
|
pkgname=gutenberg
|
||||||
version=0.2.2
|
version=0.3.4
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="rust cmake git cargo pkg-config"
|
hostmakedepends="cargo cmake git pkg-config"
|
||||||
makedepends="libsass-devel"
|
makedepends="libsass-devel"
|
||||||
short_desc="A fast opinionated static site generator written in rust"
|
short_desc="Fast opinionated static site generator written in rust"
|
||||||
maintainer="Carson Page <pagem.carson@gmail.com>"
|
maintainer="Carson Page <pagem.carson@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://getgutenberg.io/"
|
homepage="https://www.getgutenberg.io/"
|
||||||
distfiles="https://github.com/Keats/gutenberg/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Keats/gutenberg/archive/v${version}.tar.gz"
|
||||||
checksum=6ae747e791c96591bc8d3b41b1609ce53d06ad384c7db3c96875b5f8f049f72f
|
checksum=cc3d379a617061ccf594082732e81c003464f67ec0d4e0898cbcf74e817b95d4
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -17,8 +17,6 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# Install the binary
|
|
||||||
vbin target/release/${pkgname}
|
vbin target/release/${pkgname}
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue