# Template file for 'gdmd'
pkgname=gdmd
version=0.25.0
revision=1
depends="perl gcc-gdc"
short_desc="DMD-like CLI interface for gdc"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/D-Programming-GDC/gdmd"
distfiles="https://github.com/D-Programming-GDC/gdmd/archive/script-$version.tar.gz"
distfiles="https://github.com/D-Programming-GDC/gdmd/archive/refs/tags/script-${version}.tar.gz"
checksum=3b708919d890578a9e9d6369afe03ece9e5ab7ca3074a302f7ec49ade367d623

do_install() {
	vbin dmd-script gdmd
	vman dmd-script.1 gdmd.1
}
