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

recipes/gui/notepad-next/PAGBUILD.yaml main

32 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132
pkgname: 'notepad-next'
pkgver: '0.5'
pkgrel: '1'
pkgdesc: 'A cross-platform, reimplementation of Notepad++'
url: 'https://github.com/dail8859/NotepadNext'
arch: x86_64
depends:
- 'gtk-update-icon-cache'
- 'shared-mime-info'
- 'desktop-file-utils'
- 'hicolor-icon-theme'

makedepends:
- qtbase
- qtx11extras
- git

source: []
sha256sums: []
build: |
  git clone --recurse-submodules https://github.com/dail8859/NotepadNext.git ${pkgname}-${pkgver}

  cd ${pkgname}-${pkgver}
  git checkout v${pkgver}
  mkdir build
  cd    build
  qmake ../${pkgname}-${pkgver}/src/NotepadNext.pro
  make
  make INSTALL_ROOT=${PKGDIR} install 

package: |
  true