mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
build fixes
This commit is contained in:
parent
b402c364a3
commit
4511fbea4d
2 changed files with 16 additions and 22 deletions
31
.SRCINFO
31
.SRCINFO
|
|
@ -1,19 +1,18 @@
|
|||
pkgbase = nicolino
|
||||
pkgdesc = A fast, modular static site generator written in Crystal
|
||||
pkgver = 0.13.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/ralsina/nicolino
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = MIT
|
||||
depends = crystal>=1.19.0
|
||||
depends = pandoc
|
||||
depends = libvips
|
||||
depends = libyaml
|
||||
makedepends = shards
|
||||
makedepends = git
|
||||
optdepends = python-pygments: for code syntax highlighting
|
||||
source = nicolino-0.13.0::git+https://github.com/ralsina/nicolino.git#tag=v0.13.0
|
||||
sha256sums = SKIP
|
||||
pkgdesc = A fast, modular static site generator written in Crystal
|
||||
pkgver = 0.13.0
|
||||
pkgrel = 2
|
||||
url = https://github.com/ralsina/nicolino
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = MIT
|
||||
makedepends = shards
|
||||
makedepends = git
|
||||
depends = crystal>=1.19.0
|
||||
depends = pandoc
|
||||
depends = libvips
|
||||
depends = libyaml
|
||||
source = nicolino-0.13.0::git+https://github.com/ralsina/nicolino.git#tag=v0.13.0
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = nicolino
|
||||
|
|
|
|||
7
PKGBUILD
7
PKGBUILD
|
|
@ -1,14 +1,13 @@
|
|||
# Maintainer: Roberto Alsina <ralsina@kde.org>
|
||||
pkgname=nicolino
|
||||
pkgver=0.13.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A fast, modular static site generator written in Crystal"
|
||||
arch=("x86_64" "aarch64")
|
||||
url="https://github.com/ralsina/nicolino"
|
||||
license=("MIT")
|
||||
depends=("crystal>=1.19.0" "pandoc" "libvips" "libyaml")
|
||||
makedepends=("shards" "git")
|
||||
optdepends=("python-pygments: for code syntax highlighting")
|
||||
source=("$pkgname-$pkgver::git+https://github.com/ralsina/nicolino.git#tag=v$pkgver")
|
||||
sha256sums=("SKIP")
|
||||
|
||||
|
|
@ -23,10 +22,6 @@ package() {
|
|||
# Install binary
|
||||
install -Dm755 "bin/nicolino" "$pkgdir/usr/bin/nicolino"
|
||||
|
||||
# Install templates and themes
|
||||
mkdir -p "$pkgdir/usr/share/nicolino"
|
||||
cp -r themes "$pkgdir/usr/share/nicolino/"
|
||||
|
||||
# Install license
|
||||
install -Dm644 "LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue