cruxports/deadbeef-alarm/Pkgfile

16 lines
415 B
Plaintext

# Description: plugin to let DeaDBeeF serve as an alarm clock
# URL: https://git.sdf.org/jmq/cruxports/deadbeef-alarm
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: deadbeef glib
name=deadbeef-alarm
version=0.1
release=1
source=(alarm.cc Makefile)
build() {
make GLIB_CXX_FLAGS="$(pkg-config --cflags glib-2.0)" \
GLIB_LD_FLAGS="$(pkg-config --libs glib-2.0)"
make DESTDIR=$PKG install
}