summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e61f0956dc0d52b211b4128463aeb2c6947f3a2f (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.3
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=("$pkgname.tar.gz")
noextract=()
md5sums=("SKIP")
validpgpkeys=()

package() {
           install -Dm755 usr/bin/$pkgname "$pkgdir/usr/bin/$pkgname"
           echo -e 'Please enter hexo-deployer-with-theme-typography to run the script'
}