mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Redesigned the demo project and added Bootstrap offline mode, convenient for developing in places with an unstable connection.
This commit is contained in:
parent
145eb0fd8c
commit
864f732dce
2 changed files with 4 additions and 3 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,5 +1,5 @@
|
|||
pkgbase = static-git
|
||||
pkgdesc = "A static HTML site generator inspired by React"
|
||||
pkgdesc = A static HTML site generator inspired by React
|
||||
pkgver = 1.0
|
||||
pkgrel = 2
|
||||
epoch = 0
|
||||
|
|
@ -8,6 +8,7 @@ pkgbase = static-git
|
|||
license = MIT
|
||||
provides = static-init
|
||||
conflicts = static-init
|
||||
source= git+https://github.com/GearFox98/static.git#branch=master
|
||||
source = git+https://github.com/GearFox98/static.git#branch=master
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = static-git
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Luis Manuel Rivero <riveroluismanuel9@gmail.com>
|
||||
pkgname=static-git
|
||||
pkgver=1.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=0
|
||||
pkgdesc="A static HTML site generator inspired by React"
|
||||
arch=('any')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue