summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1025f3833f125bc609142fe76a765b98b32b3a72 (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: ybenel <root@ybenel.cf>
# Contributor: ybenel <root@ybenel.cf>
pkgname=realneptune
pkgver=1.0.2
pkgrel=1
pkgdesc="Neptune a superfast mechanical keyboard sound app"
arch=('x86_64')
url="https://github.com/M1ndo/Neptune"
license=('AGPL3')
makedepends=('make')
depends=('libx11' 'libxtst' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11' 'alsa-lib'
         'libayatana-appindicator' 'libayatana-indicator'
         'ayatana-ido' 'libdbusmenu-glib' 'gtk3'
         'pango' 'harfbuzz' 'at-spi2-core' 'cairo'
         'gdk-pixbuf2' 'libglvnd' 'libxrandr'
         'libxxf86vm' 'libxi' 'libxcursor' 'libxinerama')

source=("https://github.com/M1ndo/Neptune/releases/download/v$pkgver/Neptune.tar.xz")
sha256sums=('8ad50579e73a687e0f8ea777983b25dcc9227ed4e5d4023447c4a3da856a1316')

build() {
  cd "$srcdir"
  tar xf "$srcdir/Neptune.tar.xz"
}

package() {
  cd "$srcdir"
  make DESTDIR="$pkgdir/" install
}