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

recipes/utils/tmux/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: tmux
pkgver: '3.7'
pkgrel: '1'
pkgdesc: 'A terminal multiplexer'
url: 'https://tmux.github.io'
arch: x86_64
depends: []
makedepends:
- libevent

source:
- 'https://github.com/tmux/tmux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

package: |
  true