🔒 Repository is read-only – file editing is disabled.

recipes/utils/inotify-tools/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: 'inotify-tools'
pkgver: '4.25.9.0'
pkgrel: '1'
pkgdesc: 'C library and a set of command-line programs for Linux providing a simple interface to inotify'
url: 'https://github.com/inotify-tools/inotify-tools'
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- libtool

source:
- 'https://github.com/inotify-tools/inotify-tools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./autogen.sh
  ./configure --prefix=/usr
  make

package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install