Added asciidoc makedep

This commit is contained in:
Jef Roosens 2022-06-16 16:24:37 +02:00
parent 4e1193e225
commit 47ef084a6f
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@ url='https://yash.osdn.jp'
license=('GPL2')
depends=('ncurses')
makedepends=('git')
makedepends=('git' 'asciidoc')
source=("${pkgname}::git+https://github.com/magicant/yash#branch=trunk")
md5sums=('SKIP')
@ -24,7 +24,7 @@ pkgver() {
build() {
cd "${pkgname}"
CFLAGS="$CFLAGS -O3" ./configure --prefix='/usr'
./configure --prefix='/usr'
make
}