🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546
pkgname: conky
pkgver: '1.24.2'
pkgrel: 1
pkgdesc: Lightweight system monitor for X
url: 'https://github.com/brndnmtthws/conky'
arch: x86_64
depends: []
makedepends:
- git
- cmake
- wireless-tools
- glib
- lua
- cairo
- curl
- imlib2
- docbook2x
- xorg-libxdamage
- xorg-libxft
- pulseaudio
- xorg-libxscrnsaver
source:
- 'https://github.com/brndnmtthws/conky/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=Release \
-D MAINTAINER_MODE=OFF \
-D BUILD_WLAN=ON \
-D BUILD_IMLIB2=ON \
-D BUILD_CURL=ON \
-D BUILD_NCURSES=OFF \
-D BUILD_RSS=ON \
-D BUILD_WEATHER_XOAP=ON \
-D BUILD_PULSEAUDIO=ON \
-D CMAKE_INSTALL_PREFIX=/usr \
-Wno-dev \
..
make
make DESTDIR=${PKGDIR} install
package: |
true