summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4a4c90be7ccbf226e72af82aa6ad8a74a755ac30 (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
30
31
32
33
34
35
36
# Maintainer: Tea <icepie.dev@gmail.com>
pkgname=giwifi-gear.sh
pkgver=1.3.4
pkgrel=1
pkgdesc="A UNIX shell command line interpreter tool for giwifi"
arch=('any')
url=""
license=('GPL')
groups=()
depends=(
  'curl'
  'bash'
  'openssl'
)
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=($pkgname)
noextract=()
sha256sums=('SKIP')

build() {
    ls -al
}

package() {
    mkdir -p $pkgdir/usr/bin
    cp $pkgname $pkgdir/usr/bin
    chmod +x $pkgdir/usr/bin/$pkgname
}