summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: da137925cb119c732431ea7c34a367048b3b9eb4 (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
# Maintainer: Konrad SekuĊ‚a <konradsekula@outlook.com>
pkgname=bruh
pkgver=1.0
pkgrel=0
pkgdesc="bruh"
arch=('i686' 'x86_64')
license=('GPL')
depends=("alsa-utils")
makedepends=("coreutils" "gcc")
source=("git+https://github.com/kejpies/bruh")
provides=("bruh")
pkgver(){
  cd "$srcdir/$pkgname"
  cat ver
}
build() {
  cd "$srcdir/$pkgname"
  make
}
package() {
  cd "$srcdir/$pkgname"
  
  install -Dm 755 -o root bruh $pkgdir"/usr/bin/bruh"
  install -Dm 644 -o root bruh.wav $pkgdir"/usr/share/bruh/bruh.wav"
}

md5sums=(SKIP)