🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031
pkgname: featherpad
pkgver: '1.6.4'
pkgrel: 1
pkgdesc: Lightweight Qt5 plain text editor for Linux
url: 'https://github.com/tsujan/FeatherPad'
arch: x86_64
depends:
- desktop-file-utils
makedepends:
- qt6-base
- qt6-svg
- qt6-tools
- xorg-libx11
- hunspell
- cmake
source:
- 'https://github.com/tsujan/FeatherPad/archive/refs/tags/V${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd FeatherPad-${pkgver}
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_QT5=OFF \
..
make
make DESTDIR=${PKGDIR} install
package: |
true