Skip to content
Snippets Groups Projects

Move Hyprland's makedepends to community

Merged Zach DeCook requested to merge earboxer1/aports:hyprland-makedepends into master
All threads resolved!
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -3,14 +3,14 @@
pkgname=udis86-git
pkgver=1.7.2_git20221013
_commit=5336633af70f3917760a6d441ff02d93477b0c86
pkgrel=0
pkgrel=1
pkgdesc="Disassembler Library for x86 and x86-64"
url="https://github.com/canihavesomecoffee/udis86"
arch="all"
license="BSD-2-Clause"
source="https://github.com/canihavesomecoffee/udis86/archive/$_commit/udis86-$_commit.tar.gz"
makedepends="autoconf automake libtool m4 python3"
subpackages="$pkgname-dev"
subpackages="$pkgname-dev $pkgname-doc"
builddir="$srcdir/udis86-$_commit"
build() {
@@ -26,6 +26,7 @@ check() {
package() {
make -j1 DESTDIR="$pkgdir" install
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
Loading