summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1b4f2fba918f55eeb017b46229d27ba8c3f14c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Sakura1943 <1436700265@qq.com>
pkgname=hexo-deployer-with-theme-typography
pkgver=1.2
pkgrel=1
pkgdesc="Hexo deployment tool with typography theme"
arch=(x86_64)
url="https://gitlab.com/Sakura1943/hexo-deployer-with-theme-typography"
license=('GPL')
depends=('vim' 'nano' 'git' 'wget' 'curl' 'tar' 'gzip' 'zip' 'nodejs-lts-erbium' 'dialog')
provides=(hexo-deployer-with-theme-typography=$pkgver)
replaces=()
backup=()
options=()
install=
changelog=
source=("https://mirrors.yaoyz.cn/hexo//hexo.sh")
noextract=()
md5sums=("SKIP")
validpgpkeys=()

package() {
           chmod u+x ${srcdir}/hexo.sh
           sudo sh ${srcdir}/hexo.sh
}