diff options
Diffstat (limited to 'community/go-md2man/APKBUILD')
-rw-r--r-- | community/go-md2man/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/go-md2man/APKBUILD b/community/go-md2man/APKBUILD index 7d92397ab7..71cd74558b 100644 --- a/community/go-md2man/APKBUILD +++ b/community/go-md2man/APKBUILD @@ -33,4 +33,9 @@ package() { install -Dm644 go-md2man.1 "$pkgdir"/usr/share/man/man1/go-md2man.1 } +cleanup_srcdir() { + go clean -modcache + default_cleanup_srcdir +} + sha512sums="cf9eb65bec7fc4293c4a867eca215a0ccb0c495c3e4e0759c04899887033c1edc2b4174d6975be73e56d621d5003b9b88f590f48276099c39458609b533eb40d go-md2man-1.0.10.tar.gz" |