This repository has been archived on 2022-04-27. You can view files and clone it, but cannot push or open issues/pull-requests.
aptpkg-pkgs/main/aptpkg-stable/build

18 lines
537 B
Plaintext

# Maintainer: earnest ma <me@earne.link>
name=aptpkg-stable
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 )
}