summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 04e7dcb9765ad67a0870d4a7b50924f1c96ce2cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Mattia Borda <mattiagiovanni.borda@icloud.com>

pkgname=keyoxidizer
pkgver=0.3
pkgrel=1
pkgdesc="Interactive Keyoxide helper"
arch=('x86_64')
url="https://github.com/shombando/$pkgname"
license=('APACHE')
b2sums=('SKIP')
source=("git+$url#tag=v.$pkgver")

package() {
	install -Dm775 $pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
	install -Dm775 $pkgname/setRemotes.sh "$pkgdir"/usr/bin/setRemotes.sh
}