Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions srcpkgs/mdp/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'mdp'
pkgname=mdp
version=1.0.18
version=1.0.19
revision=1
build_style=gnu-makefile
makedepends="ncurses-devel"
Expand All @@ -9,4 +9,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/visit1985/mdp"
distfiles="https://github.com/visit1985/mdp/archive/refs/tags/${version}.tar.gz"
checksum=36861161513c508c0589014510cdafd940a6e661e517022a3bea48ecf8d5fac4
checksum=4043838ff3048a5234ea6e24ab42301ab78ff3f51ed6ba19c0c4711414f6a74a

pre_build() {
if [ -e ${FILESDIR}/config.h ]; then
cp ${FILESDIR}/config.h include/config.h
fi
}