summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2fbc79d7fee4feaa2d042a6d343747fd4bbeba29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: Totor <bertlover6969@gmail.com>
pkgname='pathify'
pkgver=1.0
pkgrel=1
pkgdesc="Move something to the path"
arch=('x86_64')
url="https://github.com/eeec-cal/pathify"
license=('MIT')
groups=('torkit')
makedepends=('git')
source=("pathify::git+https://github.com/eeec-cal/pathify")
sha256sums=('SKIP')



prepare() {
	cd pathify
	chmod +x pathify
}

build() {
	cd pathify

}

package() {
	cd pathify
	sudo mv pathify /usr/bin/
}