Skip to content

Commit

Permalink
dist: Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep committed Sep 16, 2024
1 parent 3bd6fb4 commit 9d596ab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dist/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgbase=${_pkgbase}-git
pkgname=dualsensectl-git
pkgdesc='Tool for controlling PS5 DualSense controller'
conflicts=('dualsensectl')
pkgver=r10.dfaaa89
pkgver=r54.3bd6fb4
pkgrel=1
url='https://github.com/nowrep/dualsensectl'
license=('GPL2')
Expand All @@ -19,9 +19,12 @@ pkgver() {
}

build() {
make -C "$_pkgbase"
arch-meson "$_pkgbase" build \
--prefix /usr

ninja -C build
}

package() {
make -C "$_pkgbase" DESTDIR="$pkgdir" install
DESTDIR="$pkgdir" ninja -C build install
}

0 comments on commit 9d596ab

Please sign in to comment.