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

recipes/utils/abduco/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: abduco
pkgver: '0.6'
pkgrel: '4'
pkgdesc: 'Session management in a clean and simple way.'
url: 'https://brain-dump.org/projects/abduco/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz'
- 'config.h'

sha256sums:
- SKIP
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  cp "../config.h" .
  make all
  make DESTDIR=${PKGDIR} PREFIX=/usr install 

package: |
  true