package!: add :build, :post-build support

Straight recipes now support :build & :post-build
This commit is contained in:
Henrik Lissner 2020-11-02 16:33:06 -05:00
parent 91a4311a17
commit 74737dad37
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -478,8 +478,9 @@ elsewhere."
(when-let (recipe (plist-get plist :recipe)) (when-let (recipe (plist-get plist :recipe))
(cl-destructuring-bind (cl-destructuring-bind
(&key local-repo _files _flavor (&key local-repo _files _flavor
_no-build _no-byte-compile _no-native-compile _no-autoloads _no-build _build _post-build _no-byte-compile
_type _repo _host _branch _remote _nonrecursive _fork _depth) _no-native-compile _no-autoloads _type _repo _host _branch
_remote _nonrecursive _fork _depth)
recipe recipe
;; Expand :local-repo from current directory ;; Expand :local-repo from current directory
(when local-repo (when local-repo