summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e91596c27daa4b0068a84b4f3586b2de6a31ed76 (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
37
38
39
40
41
42
43
44
# Maintainer: Hyp3r <hyp3r@rhokz.com>
pkgname=skip
pkgver=0.0.4
pkgrel=1
epoch=
pkgdesc="skip is a command-line tool used to skip lines in output"
arch=('x86_64' 'i686')
url="https://github.com/clintwebb/skip"
license=('GPL')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://github.com/clintwebb/skip/archive/refs/tags/v0.0.4.tar.gz")
noextract=()
sha256sums=('845b32c2a6575dd80e625ed5a37dfd0de9ef2637bdb1c49daf38ecd1e07afcaf')
validpgpkeys=()

prepare() {
	cd "$pkgname-$pkgver"
}

build() {
	cd "$pkgname-$pkgver"
	make
}

#check() {
#	cd "$pkgname-$pkgver"
#	make -k check
#}

package() {
	cd "$pkgname-$pkgver"
	make install DESTDIR="${pkgdir}/"
}