main/aptpkg-stable: Add version 1.0.0

main
earnest ma 2021-10-08 09:39:33 -04:00
parent 090ee7356a
commit 026a24968d
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 17 additions and 0 deletions

17
main/aptpkg-stable/build Normal file
View File

@ -0,0 +1,17 @@
# Maintainer: earnest ma <me@earne.link>
name=aptpkg
version=1.0.0
rev=0
type=file
url="https://sr.ht/~earnestma/aptpkg"
description="Easily create/ get debian packages"
source="https://git.sr.ht/~earnestma/aptpkg/archive/${version}.tar.gz"
sha512sums="416a8f1df1f789a79e981957f2e9a5e6b87bdc33b23b32feb62566c8ac5b019d91f35dc2f62982ce1ec35318c029c7dafc52d800da0c0af56f7fd325d967e07f 1.0.0.tar.gz"
# Needs scdoc
steps(){
tar -xf ${version}.tar.gz
( cd aptpkg-${version} && make && make PREFIX=../${builddir} install )
}