🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334
pkgname: signond
pkgver: '8.61'
pkgrel: '2'
pkgdesc: 'A D-Bus service which performs user authentication on behalf of its clients'
url: 'https://gitlab.com/accounts-sso/signond/'
arch: x86_64
license:
- LGPL
depends: []
makedepends:
- 'noto-fonts'
- doxygen
- git
- graphviz
- 'qt6-base'
- 'qt6-tools'
source:
- 'https://downloads.tuxfamily.org/nutyx/sources/${pkgname}/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
qmake6 PREFIX=/usr LIBDIR=/usr/lib
make
make INSTALL_ROOT=${PKGDIR} install
package: |
true