nitter: build about html
This commit is contained in:
parent
7a01702ddf
commit
9b220633a5
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=nitter
|
||||
pkgver=0_git20220721
|
||||
_gitrev=5f31e86e0e8578377fa7d5aeb9631bbb2d35ef1e
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Alternative Twitter front-end "
|
||||
url="https://github.com/zedeus/nitter/"
|
||||
arch="all"
|
||||
|
@ -22,6 +22,7 @@ options="!check"
|
|||
build() {
|
||||
nimble -y build -d:release
|
||||
nimble -y scss
|
||||
nimble -y md
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Reference in a new issue