9978e00086
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template' | xargs -r sed -i '/^patch_args=/d'
13 lines
528 B
Bash
13 lines
528 B
Bash
# Template file for 'ddgtk'
|
|
pkgname=ddgtk
|
|
version=0.1
|
|
revision=2
|
|
build_style=meson
|
|
hostmakedepends="pkg-config glib glib-devel gettext appstream-glib"
|
|
depends="python3 python3-gobject gtk+3"
|
|
short_desc="GUI frontend for dd to create bootable ISO images for Linux"
|
|
maintainer="reback00 <reback00@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/gort818/ddgtk"
|
|
distfiles="https://github.com/gort818/ddgtk/archive/${version}.tar.gz"
|
|
checksum=0386336681b24d648cdce3daa0c2b83c77a69773296e97a8427b67cbd27531ed
|