diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-11-23 14:23:10 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-11-23 14:45:54 +0100 |
commit | 841a2064d642db57bcd24e5261e9743dd9f5c7b9 (patch) | |
tree | d50121bc480d12434a15aab86dad4f77eabb32cf /community/go-md2man | |
parent | 93d15aebabcc1a2ce5757e663bf2dce5ecd1cb39 (diff) | |
download | aports-841a2064d642db57bcd24e5261e9743dd9f5c7b9.tar.bz2 aports-841a2064d642db57bcd24e5261e9743dd9f5c7b9.tar.xz |
community/go-md2man: add cleanup_srcdir
Diffstat (limited to 'community/go-md2man')
-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" |