Skip to content

Commit

Permalink
matrix-webcam-git: add prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
RiverOnVenus committed Apr 27, 2024
1 parent d7e0028 commit ed28690
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions matrix-webcam-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ pkgver() {
git describe --long --tags --abbrev=7 | sed 's/^v//;s/-/.r/;s/-/./'
}

prepare(){
cd $pkgname
git clean -dfx
}

build() {
cd $pkgname
python -m build --wheel --no-isolation
Expand Down

0 comments on commit ed28690

Please sign in to comment.