Added asciidoc makedep
parent
4e1193e225
commit
47ef084a6f
1
.SRCINFO
1
.SRCINFO
|
@ -6,6 +6,7 @@ pkgbase = yash-git
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
makedepends = git
|
makedepends = git
|
||||||
|
makedepends = asciidoc
|
||||||
depends = ncurses
|
depends = ncurses
|
||||||
options = lto
|
options = lto
|
||||||
source = yash-git::git+https://github.com/magicant/yash#branch=trunk
|
source = yash-git::git+https://github.com/magicant/yash#branch=trunk
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -11,7 +11,7 @@ url='https://yash.osdn.jp'
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
|
||||||
depends=('ncurses')
|
depends=('ncurses')
|
||||||
makedepends=('git')
|
makedepends=('git' 'asciidoc')
|
||||||
|
|
||||||
source=("${pkgname}::git+https://github.com/magicant/yash#branch=trunk")
|
source=("${pkgname}::git+https://github.com/magicant/yash#branch=trunk")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
@ -24,7 +24,7 @@ pkgver() {
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}"
|
cd "${pkgname}"
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -O3" ./configure --prefix='/usr'
|
./configure --prefix='/usr'
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue