Add dependencies to PKGBUILD
This commit is contained in:
parent
e70243884a
commit
ef93910f98
6
PKGBUILD
6
PKGBUILD
@ -7,11 +7,13 @@ arch=("x86_64")
|
||||
license=('GPL')
|
||||
source=("onionr-${pkgver}::git+https://gitlab.com/beardog/onionr.git#branch=master")
|
||||
md5sums=('SKIP')
|
||||
makedepends=('git', 'python3-pip')
|
||||
makedepends=('git' 'python' 'python-pip')
|
||||
depends=('tor' 'python' 'python-pip')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-${pkgver}"
|
||||
make
|
||||
cd install
|
||||
./install_arch.sh
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user