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

recipes/utils/setconf/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: setconf
pkgver: '0.7.7'
pkgrel: '2'
pkgdesc: 'Utility for easily changing settings in configuration files'
url: 'https://setconf.roboticoverlords.org/'
arch: x86_64
depends:
- python

makedepends:
- python

source:
- 'https://setconf.roboticoverlords.org/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  install -Dm755 ${pkgname}.py ${PKGDIR}/usr/bin/${pkgname}
  install -Dm644 ${pkgname}.1.gz ${PKGDIR}/usr/share/man/man1/${pkgname}.1.gz

package: |
  true