diff --git a/srcpkgs/samdisk/template b/srcpkgs/samdisk/template new file mode 100644 index 00000000000..dd209b94336 --- /dev/null +++ b/srcpkgs/samdisk/template @@ -0,0 +1,16 @@ +# Template file for 'samdisk' +pkgname=samdisk +version=20220725 +revision=1 +build_style=cmake +short_desc="Disk image utility, specialising in copy-protected PC-compatible format" +maintainer="Piraty " +license="MIT" +homepage="https://simonowen.com/samdisk/" +changelog="https://github.com/simonowen/samdisk/raw/${version}/ChangeLog.txt" +distfiles="https://github.com/simonowen/samdisk/archive/refs/tags/${version}.tar.gz" +checksum=5218f9dab0a86c7e80c51b0a9265c1e57ec5d4553011dc7169141ec291ce067e + +post_install() { + vlicense License.txt +}