🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: 'initd-tools'
pkgver: '0.1.3'
pkgrel: '4'
pkgdesc: 'The initd-tools package contains programs to install and remove LSB based bootscripts.'
url: 'https://people.freedesktop.org/~dbn/initd-tools/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://people.freedesktop.org/~dbn/initd-tools/releases/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/ --mandir=/usr/share/man \
--sbindir=/usr/bin
make
make DESTDIR=${PKGDIR} install
package: |
true