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

recipes/gui/qmltermwidget/PAGBUILD.yaml main

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: qmltermwidget
pkgver: '0.2.0'
pkgrel: '1'
pkgdesc: QML port of qtermwidget
url: 'https://github.com/Swordfish90/qmltermwidget'
arch: x86_64
depends: []
makedepends:
- qtdeclarative
source:
- 'https://github.com/Swordfish90/qmltermwidget/archive/${pkgver}.tar.gz'
sha256sums:
- 23e19eedb59d6fe3e37ecc06872f54befd94384946926e009c42c4b39914cfe2
build: |
  cd ${pkgname}-${pkgver}
  qmake
  make
  make INSTALL_ROOT=${PKGDIR} install
package: |
  true